Shades of Chalet Green #5A663D
Tints of Chalet Green #5A663D
RGB
CMYK
RGB Variations
Color information
#5A663D (or 0x5A663D) is known color: Chalet Green. HEX triplet: 5A, 66 and 3D. RGB value is (90,102,61). Sum of RGB (Red+Green+Blue) = 90+102+61=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 102 (40.23% from 255 or 40.32% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 102 - color contains mainly: green. Hex color #5A663D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A663D is #A599C2. Grayscale: #5D5D5D. Windows color (decimal): -10852803 or 4023898. OLE color: 4023898.
HSL color Cylindrical-coordinate representation of color #5A663D: hue angle of 77.56º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A663D is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 90 | 102 | 61 | - |
| CMYK | 0.12 | 0 | 0.40 | 0.6 |
| HSL | 77.56º | 0.25% | 0.32% | - |
| HSV(B) | 77.56º | 0.4% | 0.4% | - |
| XYZ | 9.81 | 12.01 | 6.22 | - |
| YUV | 93.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 61 | 0.12 | 0 | 0.40 | 0.6 | 77.56 | 0.25 | 0.32 |
| Hex | 5A | 66 | 3D | C | 0 | 28 | 3C | 4E | 19 | 20 |
| Octal | 132 | 146 | 75 | 14 | 0 | 50 | 74 | 116 | 31 | 40 |
| Binary | 1011010 | 1100110 | 111101 | 1100 | 0 | 101000 | 111100 | 1001110 | 11001 | 100000 |
Color Harmonies of #5A663D
Complementary color
Monochromatic Colors of #5A663D
Black with #5A663D
Text Example
Text Example
White with #5A663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A663D; }
p { color: rgb(90,102,61); }
H1.HeaderClassName
{
color: #5A663D;
}
.AnyTagClassName
{
color: #5A663D;
}
</style>
background-color css
<style>
a { background-color: #5A663D; }
a { background-color: rgb(90,102,61); }
div.DivClassName
{
background-color: #5A663D;
}
.BgClassName
{
background-color: #5A663D;
}
</style>
border-color css
<style>
span { border-color: #5A663D; }
span { border-color: rgb(90,102,61); }
td.TdClassName
{
border-color: #5A663D;
}
.TagClassName
{
border-color: #5A663D;
}
</style>