#557324

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

Shades of Green Leaf #557324

Tints of Green Leaf #557324

Color information

#557324 (or 0x557324) is unknown color: approx Green Leaf. HEX triplet: 55, 73 and 24. RGB value is (85,115,36). Sum of RGB (Red+Green+Blue) = 85+115+36=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #557324 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557324 is #AA8CDB. Grayscale: #616161. Windows color (decimal): -11177180 or 2388821. OLE color: 2388821.

HSL color Cylindrical-coordinate representation of color #557324: hue angle of 82.78º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #557324 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.

Color convert

RGB8511536-
CMYK0.2600.690.55
HSL82.78º52.32%29.61%-
HSV(B)82.78º68.7%45.1%-
XYZ10.214.323.9-
YUV97.0293.56119.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 115 (45.31% from 255) = 48.73%
BLUE value IS 36 (14.45% from 255) = 15.25%
R=36.02%
G=48.73%
B=15.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115360.2600.690.5582.7852.3229.61
Hex5573241A0453753341e
Octal12516344320105671236436
Binary101010111100111001001101001000101110111101001111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557324; }

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

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

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

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

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

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

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

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