#567320

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

Shades of Green Leaf #567320

Tints of Green Leaf #567320

Color information

#567320 (or 0x567320) is unknown color: approx Green Leaf. HEX triplet: 56, 73 and 20. RGB value is (86,115,32). Sum of RGB (Red+Green+Blue) = 86+115+32=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 115 (45.31% from 255 or 49.36% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 115 - color contains mainly: green. Hex color #567320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567320 is #A98CDF. Grayscale: #616161. Windows color (decimal): -11111648 or 2126678. OLE color: 2126678.

HSL color Cylindrical-coordinate representation of color #567320: hue angle of 80.96º 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 #567320 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB8611532-
CMYK0.2500.720.55
HSL80.96º56.46%28.82%-
HSV(B)80.96º72.17%45.1%-
XYZ10.2314.343.6-
YUV96.8791.39120.25-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 36.91%
GREEN value IS 115 (45.31% from 255) = 49.36%
BLUE value IS 32 (12.89% from 255) = 13.73%
R=36.91%
G=49.36%
B=13.73%

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
Decimal86115320.2500.720.5580.9656.4628.82
Hex567320190483751381d
Octal12616340310110671217035
Binary101011011100111000001100101001000110111101000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567320; }

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

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

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

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

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

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

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

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