#5A6849

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

Shades of Chalet Green #5A6849

Tints of Chalet Green #5A6849

Color information

#5A6849 (or 0x5A6849) is unknown color: approx Chalet Green. HEX triplet: 5A, 68 and 49. RGB value is (90,104,73). Sum of RGB (Red+Green+Blue) = 90+104+73=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #5A6849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6849 is #A597B6. Grayscale: #606060. Windows color (decimal): -10852279 or 4810842. OLE color: 4810842.

HSL color Cylindrical-coordinate representation of color #5A6849: hue angle of 87.1º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A6849 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB9010473-
CMYK0.1300.300.59
HSL87.1º17.51%34.71%-
HSV(B)87.1º29.81%40.78%-
XYZ10.3712.568.18-
YUV96.28114.86123.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.71%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=33.71%
G=38.95%
B=27.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90104730.1300.300.5987.117.5134.71
Hex5A6849D01E3B571223
Octal13215011115036731272243
Binary1011010110100010010011101011110111011101011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6849; }

 p { color: rgb(90,104,73); }

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

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

 a { background-color: rgb(90,104,73); }

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

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

 span { border-color: rgb(90,104,73); }

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