#56761C

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

Shades of Green Leaf #56761C

Tints of Green Leaf #56761C

Color information

#56761C (or 0x56761C) is unknown color: approx Green Leaf. HEX triplet: 56, 76 and 1C. RGB value is (86,118,28). Sum of RGB (Red+Green+Blue) = 86+118+28=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #56761C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56761C is #A989E3. Grayscale: #626262. Windows color (decimal): -11110884 or 1865302. OLE color: 1865302.

HSL color Cylindrical-coordinate representation of color #56761C: hue angle of 81.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #56761C is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB8611828-
CMYK0.2700.760.54
HSL81.33º61.64%28.63%-
HSV(B)81.33º76.27%46.27%-
XYZ10.5315.023.44-
YUV98.1788.4119.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 118 (46.48% from 255) = 50.86%
BLUE value IS 28 (11.33% from 255) = 12.07%
R=37.07%
G=50.86%
B=12.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86118280.2700.760.5481.3361.6428.63
Hex56761C1B04C36513e1d
Octal12616634330114661217635
Binary10101101110110111001101101001100110110101000111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56761C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56761C; }

 p { color: rgb(86,118,28); }

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

<style>
 a { background-color: #56761C; }

 a { background-color: rgb(86,118,28); }

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

<style>
 span { border-color: #56761C; }

 span { border-color: rgb(86,118,28); }

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