#56762D

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

Shades of Green Leaf #56762D

Tints of Green Leaf #56762D

Color information

#56762D (or 0x56762D) is unknown color: approx Green Leaf. HEX triplet: 56, 76 and 2D. RGB value is (86,118,45). Sum of RGB (Red+Green+Blue) = 86+118+45=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 118 (46.48% from 255 or 47.39% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 118 - color contains mainly: green. Hex color #56762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56762D is #A989D2. Grayscale: #646464. Windows color (decimal): -11110867 or 2979414. OLE color: 2979414.

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

Color convert

RGB8611845-
CMYK0.2700.620.54
HSL86.3º44.79%31.96%-
HSV(B)86.3º61.86%46.27%-
XYZ10.7915.124.83-
YUV100.1196.9117.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 118 (46.48% from 255) = 47.39%
BLUE value IS 45 (17.97% from 255) = 18.07%
R=34.54%
G=47.39%
B=18.07%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86118450.2700.620.5486.344.7931.96
Hex56762D1B03E36562d20
Octal1261665533076661265540
Binary101011011101101011011101101111101101101010110101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56762D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56762D; }

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

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

<style>
 a { background-color: #56762D; }

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

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

<style>
 span { border-color: #56762D; }

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

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