#56781F

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

Shades of Green Leaf #56781F

Tints of Green Leaf #56781F

Color information

#56781F (or 0x56781F) is unknown color: approx Green Leaf. HEX triplet: 56, 78 and 1F. RGB value is (86,120,31). Sum of RGB (Red+Green+Blue) = 86+120+31=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 120 (47.27% from 255 or 50.63% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 120 - color contains mainly: green. Hex color #56781F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56781F is #A987E0. Grayscale: #646464. Windows color (decimal): -11110369 or 2062422. OLE color: 2062422.

HSL color Cylindrical-coordinate representation of color #56781F: hue angle of 82.92º 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 #56781F is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB8612031-
CMYK0.2800.740.53
HSL82.92º58.94%29.61%-
HSV(B)82.92º74.17%47.06%-
XYZ10.815.513.72-
YUV99.6989.24118.24-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.29%
GREEN value IS 120 (47.27% from 255) = 50.63%
BLUE value IS 31 (12.5% from 255) = 13.08%
R=36.29%
G=50.63%
B=13.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal86120310.2800.740.5382.9258.9429.61
Hex56781F1C04A35533b1e
Octal12617037340112651237336
Binary10101101111000111111110001001010110101101001111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56781F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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