#557320

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

Shades of Green Leaf #557320

Tints of Green Leaf #557320

Color information

#557320 (or 0x557320) is unknown color: approx Green Leaf. HEX triplet: 55, 73 and 20. RGB value is (85,115,32). Sum of RGB (Red+Green+Blue) = 85+115+32=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 115 (45.31% from 255 or 49.57% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 115 - color contains mainly: green. Hex color #557320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557320 is #AA8CDF. Grayscale: #606060. Windows color (decimal): -11177184 or 2126677. OLE color: 2126677.

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

Color convert

RGB8511532-
CMYK0.2600.720.55
HSL81.69º56.46%28.82%-
HSV(B)81.69º72.17%45.1%-
XYZ10.1414.33.59-
YUV96.5791.56119.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.64%
GREEN value IS 115 (45.31% from 255) = 49.57%
BLUE value IS 32 (12.89% from 255) = 13.79%
R=36.64%
G=49.57%
B=13.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115320.2600.720.5581.6956.4628.82
Hex5573201A0483752381d
Octal12516340320110671227035
Binary101010111100111000001101001001000110111101001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557320; }

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

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

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

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

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

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

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

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