#5A6549

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

Shades of Chalet Green #5A6549

Tints of Chalet Green #5A6549

Color information

#5A6549 (or 0x5A6549) is unknown color: approx Chalet Green. HEX triplet: 5A, 65 and 49. RGB value is (90,101,73). Sum of RGB (Red+Green+Blue) = 90+101+73=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6549 is #A59AB6. Grayscale: #5E5E5E. Windows color (decimal): -10853047 or 4810074. OLE color: 4810074.

HSL color Cylindrical-coordinate representation of color #5A6549: hue angle of 83.57º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A6549 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB9010173-
CMYK0.1100.280.60
HSL83.57º16.09%34.12%-
HSV(B)83.57º27.72%39.61%-
XYZ10.0711.968.08-
YUV94.52115.86124.78-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.09%
GREEN value IS 101 (39.84% from 255) = 38.26%
BLUE value IS 73 (28.91% from 255) = 27.65%
R=34.09%
G=38.26%
B=27.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal90101730.1100.280.6083.5716.0934.12
Hex5A6549B01C3C541022
Octal13214511113034741242042
Binary1011010110010110010011011011100111100101010010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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