#557224

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

Shades of Green Leaf #557224

Tints of Green Leaf #557224

Color information

#557224 (or 0x557224) is unknown color: approx Green Leaf. HEX triplet: 55, 72 and 24. RGB value is (85,114,36). Sum of RGB (Red+Green+Blue) = 85+114+36=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #557224 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557224 is #AA8DDB. Grayscale: #606060. Windows color (decimal): -11177436 or 2388565. OLE color: 2388565.

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

Color convert

RGB8511436-
CMYK0.2500.680.55
HSL82.31º52%29.41%-
HSV(B)82.31º68.42%44.71%-
XYZ10.0814.093.86-
YUV96.4493.89119.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 36 (14.45% from 255) = 15.32%
R=36.17%
G=48.51%
B=15.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114360.2500.680.5582.315229.41
Hex557224190443752341d
Octal12516244310104671226435
Binary101010111100101001001100101000100110111101001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557224; }

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

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

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

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

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

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

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

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