#557339

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

Shades of Chalet Green #557339

Tints of Chalet Green #557339

Color information

#557339 (or 0x557339) is unknown color: approx Chalet Green. HEX triplet: 55, 73 and 39. RGB value is (85,115,57). Sum of RGB (Red+Green+Blue) = 85+115+57=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #557339 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557339 is #AA8CC6. Grayscale: #636363. Windows color (decimal): -11177159 or 3765077. OLE color: 3765077.

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

Color convert

RGB8511557-
CMYK0.2600.500.55
HSL91.03º33.72%33.73%-
HSV(B)91.03º50.43%45.1%-
XYZ10.6214.496.11-
YUV99.42104.06117.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 115 (45.31% from 255) = 44.75%
BLUE value IS 57 (22.66% from 255) = 22.18%
R=33.07%
G=44.75%
B=22.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115570.2600.500.5591.0333.7233.73
Hex5573391A032375b2222
Octal1251637132062671334242
Binary101010111100111110011101001100101101111011011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557339; }

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

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

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

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

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

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

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

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