#55771A

Color #55771A Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #55771A

Tints of Green Leaf #55771A

Color information

#55771A (or 0x55771A) is unknown color: approx Green Leaf. HEX triplet: 55, 77 and 1A. RGB value is (85,119,26). Sum of RGB (Red+Green+Blue) = 85+119+26=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 119 (46.88% from 255 or 51.74% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 119 - color contains mainly: green. Hex color #55771A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55771A is #AA88E5. Grayscale: #626262. Windows color (decimal): -11176166 or 1734485. OLE color: 1734485.

HSL color Cylindrical-coordinate representation of color #55771A: hue angle of 81.94º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55771A is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.53.

Color convert

RGB8511926-
CMYK0.2900.780.53
HSL81.94º64.14%28.43%-
HSV(B)81.94º78.15%46.67%-
XYZ10.5315.23.36-
YUV98.2387.24118.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 119 (46.88% from 255) = 51.74%
BLUE value IS 26 (10.55% from 255) = 11.30%
R=36.96%
G=51.74%
B=11.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119260.2900.780.5381.9464.1428.43
Hex55771A1D04E3552401c
Octal125167323501166512210034
Binary101010111101111101011101010011101101011010010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55771A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55771A; }

 p { color: rgb(85,119,26); }

 H1.HeaderClassName
 {
   color: #55771A;
 }
 .AnyTagClassName
 {
   color: #55771A;
 }
</style>
background-color css

<style>
 a { background-color: #55771A; }

 a { background-color: rgb(85,119,26); }

 div.DivClassName
 {
   background-color: #55771A;
 }
 .BgClassName
 {
   background-color: #55771A;
 }
</style>
border-color css

<style>
 span { border-color: #55771A; }

 span { border-color: rgb(85,119,26); }

 td.TdClassName
 {
   border-color: #55771A;
 }
 .TagClassName
 {
   border-color: #55771A;
 }
</style>