#5A694A

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

Shades of Chalet Green #5A694A

Tints of Chalet Green #5A694A

Color information

#5A694A (or 0x5A694A) is unknown color: approx Chalet Green. HEX triplet: 5A, 69 and 4A. RGB value is (90,105,74). Sum of RGB (Red+Green+Blue) = 90+105+74=269 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.46% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #5A694A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A694A is #A596B5. Grayscale: #616161. Windows color (decimal): -10852022 or 4876634. OLE color: 4876634.

HSL color Cylindrical-coordinate representation of color #5A694A: hue angle of 89.03º degrees, saturation: 0.17, 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 #5A694A is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB9010574-
CMYK0.1400.300.59
HSL89.03º17.32%35.1%-
HSV(B)89.03º29.52%41.18%-
XYZ10.512.778.39-
YUV96.98115.03123.02-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 33.46%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=33.46%
G=39.03%
B=27.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105740.1400.300.5989.0317.3235.1
Hex5A694AE01E3B591123
Octal13215111216036731312143
Binary1011010110100110010101110011110111011101100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A694A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,105,74); }

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

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

 a { background-color: rgb(90,105,74); }

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

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

 span { border-color: rgb(90,105,74); }

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