#557532

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

Shades of Green Leaf #557532

Tints of Green Leaf #557532

Color information

#557532 (or 0x557532) is unknown color: approx Green Leaf. HEX triplet: 55, 75 and 32. RGB value is (85,117,50). Sum of RGB (Red+Green+Blue) = 85+117+50=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #557532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557532 is #AA8ACD. Grayscale: #646464. Windows color (decimal): -11176654 or 3306837. OLE color: 3306837.

HSL color Cylindrical-coordinate representation of color #557532: hue angle of 88.66º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #557532 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB8511750-
CMYK0.2700.570.54
HSL88.66º40.12%32.75%-
HSV(B)88.66º57.26%45.88%-
XYZ10.6814.885.33-
YUV99.7999.9117.45-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 50 (19.92% from 255) = 19.84%
R=33.73%
G=46.43%
B=19.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85117500.2700.570.5488.6640.1232.75
Hex5575321B03936592821
Octal1251656233071661315041
Binary101010111101011100101101101110011101101011001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557532; }

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

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

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

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

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

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

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

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