#557240

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

Shades of Chalet Green #557240

Tints of Chalet Green #557240

Color information

#557240 (or 0x557240) is unknown color: approx Chalet Green. HEX triplet: 55, 72 and 40. RGB value is (85,114,64). Sum of RGB (Red+Green+Blue) = 85+114+64=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #557240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #557240 is #AA8DBF. Grayscale: #636363. Windows color (decimal): -11177408 or 4223573. OLE color: 4223573.

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

Color convert

RGB8511464-
CMYK0.2500.440.55
HSL94.8º28.09%34.9%-
HSV(B)94.8º43.86%44.71%-
XYZ10.6914.347.05-
YUV99.63107.89117.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 114 (44.92% from 255) = 43.35%
BLUE value IS 64 (25.39% from 255) = 24.33%
R=32.32%
G=43.35%
B=24.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85114640.2500.440.5594.828.0934.9
Hex5572401902C375f1c23
Octal12516210031054671373443
Binary101010111100101000000110010101100110111101111111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #557240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #557240; }

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

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

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

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

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

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

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

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