#567220

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

Shades of Green Leaf #567220

Tints of Green Leaf #567220

Color information

#567220 (or 0x567220) is unknown color: approx Green Leaf. HEX triplet: 56, 72 and 20. RGB value is (86,114,32). Sum of RGB (Red+Green+Blue) = 86+114+32=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #567220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567220 is #A98DDF. Grayscale: #606060. Windows color (decimal): -11111904 or 2126422. OLE color: 2126422.

HSL color Cylindrical-coordinate representation of color #567220: hue angle of 80.49º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #567220 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB8611432-
CMYK0.2500.720.55
HSL80.49º56.16%28.63%-
HSV(B)80.49º71.93%44.71%-
XYZ10.1214.123.56-
YUV96.2891.72120.67-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 37.07%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 32 (12.89% from 255) = 13.79%
R=37.07%
G=49.14%
B=13.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal86114320.2500.720.5580.4956.1628.63
Hex567220190483750381d
Octal12616240310110671207035
Binary101011011100101000001100101001000110111101000011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567220; }

 p { color: rgb(86,114,32); }

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

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

 a { background-color: rgb(86,114,32); }

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

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

 span { border-color: rgb(86,114,32); }

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