#55781F

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

Shades of Green Leaf #55781F

Tints of Green Leaf #55781F

Color information

#55781F (or 0x55781F) is unknown color: approx Green Leaf. HEX triplet: 55, 78 and 1F. RGB value is (85,120,31). Sum of RGB (Red+Green+Blue) = 85+120+31=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 120 (47.27% from 255 or 50.85% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 120 - color contains mainly: green. Hex color #55781F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55781F is #AA87E0. Grayscale: #636363. Windows color (decimal): -11175905 or 2062421. OLE color: 2062421.

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

Color convert

RGB8512031-
CMYK0.2900.740.53
HSL83.6º58.94%29.61%-
HSV(B)83.6º74.17%47.06%-
XYZ10.7115.463.72-
YUV99.3989.4117.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 120 (47.27% from 255) = 50.85%
BLUE value IS 31 (12.5% from 255) = 13.14%
R=36.02%
G=50.85%
B=13.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120310.2900.740.5383.658.9429.61
Hex55781F1D04A35543b1e
Octal12517037350112651247336
Binary10101011111000111111110101001010110101101010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,120,31); }

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

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

 a { background-color: rgb(85,120,31); }

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

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

 span { border-color: rgb(85,120,31); }

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