#56752D

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

Shades of Green Leaf #56752D

Tints of Green Leaf #56752D

Color information

#56752D (or 0x56752D) is unknown color: approx Green Leaf. HEX triplet: 56, 75 and 2D. RGB value is (86,117,45). Sum of RGB (Red+Green+Blue) = 86+117+45=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #56752D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56752D is #A98AD2. Grayscale: #636363. Windows color (decimal): -11111123 or 2979158. OLE color: 2979158.

HSL color Cylindrical-coordinate representation of color #56752D: hue angle of 85.83º degrees, saturation: 0.44, 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 #56752D is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB8611745-
CMYK0.2600.620.54
HSL85.83º44.44%31.76%-
HSV(B)85.83º61.54%45.88%-
XYZ10.6714.894.79-
YUV99.5297.23118.35-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 117 (46.09% from 255) = 47.18%
BLUE value IS 45 (17.97% from 255) = 18.15%
R=34.68%
G=47.18%
B=18.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal86117450.2600.620.5485.8344.4431.76
Hex56752D1A03E36562c20
Octal1261655532076661265440
Binary101011011101011011011101001111101101101010110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56752D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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