#56752C

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

Shades of Green Leaf #56752C

Tints of Green Leaf #56752C

Color information

#56752C (or 0x56752C) is unknown color: approx Green Leaf. HEX triplet: 56, 75 and 2C. RGB value is (86,117,44). Sum of RGB (Red+Green+Blue) = 86+117+44=247 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.82% from 247); Green value is 117 (46.09% from 255 or 47.37% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 117 - color contains mainly: green. Hex color #56752C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56752C is #A98AD3. Grayscale: #636363. Windows color (decimal): -11111124 or 2913622. OLE color: 2913622.

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

Color convert

RGB8611744-
CMYK0.2600.620.54
HSL85.48º45.34%31.57%-
HSV(B)85.48º62.39%45.88%-
XYZ10.6514.884.69-
YUV99.4196.73118.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.82%
GREEN value IS 117 (46.09% from 255) = 47.37%
BLUE value IS 44 (17.58% from 255) = 17.81%
R=34.82%
G=47.37%
B=17.81%

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
Decimal86117440.2600.620.5485.4845.3431.57
Hex56752C1A03E36552d20
Octal1261655432076661255540
Binary101011011101011011001101001111101101101010101101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56752C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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