Shades of Chalet Green #5A6848
Tints of Chalet Green #5A6848
RGB
CMYK
RGB Variations
Color information
#5A6848 (or 0x5A6848) is known color: Chalet Green. HEX triplet: 5A, 68 and 48. RGB value is (90,104,72). Sum of RGB (Red+Green+Blue) = 90+104+72=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 104 - color contains mainly: green. Hex color #5A6848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6848 is #A597B7. Grayscale: #606060. Windows color (decimal): -10852280 or 4745306. OLE color: 4745306.
HSL color Cylindrical-coordinate representation of color #5A6848: hue angle of 86.25º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5A6848 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 104 | 72 | - |
| CMYK | 0.13 | 0 | 0.31 | 0.59 |
| HSL | 86.25º | 0.18% | 0.35% | - |
| HSV(B) | 86.25º | 0.31% | 0.41% | - |
| XYZ | 10.34 | 12.54 | 8.01 | - |
| YUV | 96.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 104 | 72 | 0.13 | 0 | 0.31 | 0.59 | 86.25 | 0.18 | 0.35 |
| Hex | 5A | 68 | 48 | D | 0 | 1F | 3B | 56 | 12 | 23 |
| Octal | 132 | 150 | 110 | 15 | 0 | 37 | 73 | 126 | 22 | 43 |
| Binary | 1011010 | 1101000 | 1001000 | 1101 | 0 | 11111 | 111011 | 1010110 | 10010 | 100011 |
Color Harmonies of #5A6848
Complementary color
Monochromatic Colors of #5A6848
Black with #5A6848
Text Example
Text Example
White with #5A6848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6848; }
p { color: rgb(90,104,72); }
H1.HeaderClassName
{
color: #5A6848;
}
.AnyTagClassName
{
color: #5A6848;
}
</style>
background-color css
<style>
a { background-color: #5A6848; }
a { background-color: rgb(90,104,72); }
div.DivClassName
{
background-color: #5A6848;
}
.BgClassName
{
background-color: #5A6848;
}
</style>
border-color css
<style>
span { border-color: #5A6848; }
span { border-color: rgb(90,104,72); }
td.TdClassName
{
border-color: #5A6848;
}
.TagClassName
{
border-color: #5A6848;
}
</style>