#557337

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

Shades of Chalet Green #557337

Tints of Chalet Green #557337

Color information

#557337 (or 0x557337) is unknown color: approx Chalet Green. HEX triplet: 55, 73 and 37. RGB value is (85,115,55). Sum of RGB (Red+Green+Blue) = 85+115+55=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 55 (21.88% from 255 or 21.57% from 255); Max value from RGB is 115 - color contains mainly: green. Hex color #557337 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557337 is #AA8CC8. Grayscale: #636363. Windows color (decimal): -11177161 or 3634005. OLE color: 3634005.

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

Color convert

RGB8511555-
CMYK0.2600.520.55
HSL90º35.29%33.33%-
HSV(B)90º52.17%45.1%-
XYZ10.5714.475.85-
YUV99.19103.06117.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.33%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 55 (21.88% from 255) = 21.57%
R=33.33%
G=45.10%
B=21.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85115550.2600.520.559035.2933.33
Hex5573371A034375a2321
Octal1251636732064671324341
Binary101010111100111101111101001101001101111011010100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557337; }

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

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

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

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

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

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

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

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