#557232

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

Shades of Green Leaf #557232

Tints of Green Leaf #557232

Color information

#557232 (or 0x557232) is unknown color: approx Green Leaf. HEX triplet: 55, 72 and 32. RGB value is (85,114,50). Sum of RGB (Red+Green+Blue) = 85+114+50=249 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.14% from 249); Green value is 114 (44.92% from 255 or 45.78% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 114 - color contains mainly: green. Hex color #557232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557232 is #AA8DCD. Grayscale: #626262. Windows color (decimal): -11177422 or 3306069. OLE color: 3306069.

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

Color convert

RGB8511450-
CMYK0.2500.560.55
HSL87.19º39.02%32.16%-
HSV(B)87.19º56.14%44.71%-
XYZ10.3414.25.21-
YUV98.03100.89118.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.14%
GREEN value IS 114 (44.92% from 255) = 45.78%
BLUE value IS 50 (19.92% from 255) = 20.08%
R=34.14%
G=45.78%
B=20.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114500.2500.560.5587.1939.0232.16
Hex5572321903837572720
Octal1251626231070671274740
Binary101010111100101100101100101110001101111010111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557232; }

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

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

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

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

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

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

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

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