Shades of Chalet Green #5A693E
Tints of Chalet Green #5A693E
RGB
CMYK
RGB Variations
Color information
#5A693E (or 0x5A693E) is known color: Chalet Green. HEX triplet: 5A, 69 and 3E. RGB value is (90,105,62). Sum of RGB (Red+Green+Blue) = 90+105+62=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #5A693E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A693E is #A596C1. Grayscale: #5F5F5F. Windows color (decimal): -10852034 or 4090202. OLE color: 4090202.
HSL color Cylindrical-coordinate representation of color #5A693E: hue angle of 80.93º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A693E is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 62 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.59 |
| HSL | 80.93º | 0.26% | 0.33% | - |
| HSV(B) | 80.93º | 0.41% | 0.41% | - |
| XYZ | 10.14 | 12.62 | 6.46 | - |
| YUV | 95.61 | 109.03 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 62 | 0.14 | 0 | 0.41 | 0.59 | 80.93 | 0.26 | 0.33 |
| Hex | 5A | 69 | 3E | E | 0 | 29 | 3B | 51 | 1A | 21 |
| Octal | 132 | 151 | 76 | 16 | 0 | 51 | 73 | 121 | 32 | 41 |
| Binary | 1011010 | 1101001 | 111110 | 1110 | 0 | 101001 | 111011 | 1010001 | 11010 | 100001 |
Color Harmonies of #5A693E
Complementary color
Monochromatic Colors of #5A693E
Black with #5A693E
Text Example
Text Example
White with #5A693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A693E; }
p { color: rgb(90,105,62); }
H1.HeaderClassName
{
color: #5A693E;
}
.AnyTagClassName
{
color: #5A693E;
}
</style>
background-color css
<style>
a { background-color: #5A693E; }
a { background-color: rgb(90,105,62); }
div.DivClassName
{
background-color: #5A693E;
}
.BgClassName
{
background-color: #5A693E;
}
</style>
border-color css
<style>
span { border-color: #5A693E; }
span { border-color: rgb(90,105,62); }
td.TdClassName
{
border-color: #5A693E;
}
.TagClassName
{
border-color: #5A693E;
}
</style>