#5A644F

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

Shades of Chalet Green #5A644F

Tints of Chalet Green #5A644F

Color information

#5A644F (or 0x5A644F) is unknown color: approx Chalet Green. HEX triplet: 5A, 64 and 4F. RGB value is (90,100,79). Sum of RGB (Red+Green+Blue) = 90+100+79=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 100 (39.45% from 255 or 37.17% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 100 - color contains mainly: green. Hex color #5A644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A644F is #A59BB0. Grayscale: #5E5E5E. Windows color (decimal): -10853297 or 5203034. OLE color: 5203034.

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

Color convert

RGB9010079-
CMYK0.1000.210.61
HSL88.57º11.73%35.1%-
HSV(B)88.57º21%39.22%-
XYZ10.1811.859.15-
YUV94.62119.19124.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.46%
GREEN value IS 100 (39.45% from 255) = 37.17%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=33.46%
G=37.17%
B=29.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal90100790.1000.210.6188.5711.7335.1
Hex5A644FA0153D59c23
Octal13214411712025751311443
Binary101101011001001001111101001010111110110110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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