#557437

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

Shades of Chalet Green #557437

Tints of Chalet Green #557437

Color information

#557437 (or 0x557437) is unknown color: approx Chalet Green. HEX triplet: 55, 74 and 37. RGB value is (85,116,55). Sum of RGB (Red+Green+Blue) = 85+116+55=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #557437 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557437 is #AA8BC8. Grayscale: #636363. Windows color (decimal): -11176905 or 3634261. OLE color: 3634261.

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

Color convert

RGB8511655-
CMYK0.2700.530.55
HSL90.49º35.67%33.53%-
HSV(B)90.49º52.59%45.49%-
XYZ10.6814.75.89-
YUV99.78102.73117.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.20%
GREEN value IS 116 (45.70% from 255) = 45.31%
BLUE value IS 55 (21.88% from 255) = 21.48%
R=33.20%
G=45.31%
B=21.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85116550.2700.530.5590.4935.6733.53
Hex5574371B035375a2422
Octal1251646733065671324442
Binary101010111101001101111101101101011101111011010100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557437; }

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

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

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

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

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

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

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

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