#5A6449

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

Shades of Chalet Green #5A6449

Tints of Chalet Green #5A6449

Color information

#5A6449 (or 0x5A6449) is unknown color: approx Chalet Green. HEX triplet: 5A, 64 and 49. RGB value is (90,100,73). Sum of RGB (Red+Green+Blue) = 90+100+73=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 100 - color contains mainly: green. Hex color #5A6449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6449 is #A59BB6. Grayscale: #5E5E5E. Windows color (decimal): -10853303 or 4809818. OLE color: 4809818.

HSL color Cylindrical-coordinate representation of color #5A6449: hue angle of 82.22º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A6449 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB9010073-
CMYK0.1000.270.61
HSL82.22º15.61%33.92%-
HSV(B)82.22º27%39.22%-
XYZ9.9811.778.05-
YUV93.93116.19125.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.22%
GREEN value IS 100 (39.45% from 255) = 38.02%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=34.22%
G=38.02%
B=27.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal90100730.1000.270.6182.2215.6133.92
Hex5A6449A01B3D521022
Octal13214411112033751222042
Binary1011010110010010010011010011011111101101001010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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