#55772F

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

Shades of Green Leaf #55772F

Tints of Green Leaf #55772F

Color information

#55772F (or 0x55772F) is unknown color: approx Green Leaf. HEX triplet: 55, 77 and 2F. RGB value is (85,119,47). Sum of RGB (Red+Green+Blue) = 85+119+47=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 119 (46.88% from 255 or 47.41% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 119 - color contains mainly: green. Hex color #55772F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55772F is #AA88D0. Grayscale: #646464. Windows color (decimal): -11176145 or 3110741. OLE color: 3110741.

HSL color Cylindrical-coordinate representation of color #55772F: hue angle of 88.33º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55772F is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB8511947-
CMYK0.2900.610.53
HSL88.33º43.37%32.55%-
HSV(B)88.33º60.5%46.67%-
XYZ10.8615.335.08-
YUV100.6397.74116.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 119 (46.88% from 255) = 47.41%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=33.86%
G=47.41%
B=18.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85119470.2900.610.5388.3343.3732.55
Hex55772F1D03D35582b21
Octal1251675735075651305341
Binary101010111101111011111110101111011101011011000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55772F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55772F; }

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

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

<style>
 a { background-color: #55772F; }

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

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

<style>
 span { border-color: #55772F; }

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

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