Shades of Chalet Green #5A6948
Tints of Chalet Green #5A6948
RGB
CMYK
RGB Variations
Color information
#5A6948 (or 0x5A6948) is known color: Chalet Green. HEX triplet: 5A, 69 and 48. RGB value is (90,105,72). Sum of RGB (Red+Green+Blue) = 90+105+72=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 72 (28.52% from 255 or 26.97% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6948 is #A596B7. Grayscale: #606060. Windows color (decimal): -10852024 or 4745562. OLE color: 4745562.
HSL color Cylindrical-coordinate representation of color #5A6948: hue angle of 87.27º degrees, saturation: 0.19, 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 #5A6948 is Cyan = 0.14, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 72 | - |
| CMYK | 0.14 | 0 | 0.31 | 0.59 |
| HSL | 87.27º | 0.19% | 0.35% | - |
| HSV(B) | 87.27º | 0.31% | 0.41% | - |
| XYZ | 10.44 | 12.74 | 8.04 | - |
| YUV | 96.75 | 114.03 | 123.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 72 | 0.14 | 0 | 0.31 | 0.59 | 87.27 | 0.19 | 0.35 |
| Hex | 5A | 69 | 48 | E | 0 | 1F | 3B | 57 | 13 | 23 |
| Octal | 132 | 151 | 110 | 16 | 0 | 37 | 73 | 127 | 23 | 43 |
| Binary | 1011010 | 1101001 | 1001000 | 1110 | 0 | 11111 | 111011 | 1010111 | 10011 | 100011 |
Color Harmonies of #5A6948
Complementary color
Monochromatic Colors of #5A6948
Black with #5A6948
Text Example
Text Example
White with #5A6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6948; }
p { color: rgb(90,105,72); }
H1.HeaderClassName
{
color: #5A6948;
}
.AnyTagClassName
{
color: #5A6948;
}
</style>
background-color css
<style>
a { background-color: #5A6948; }
a { background-color: rgb(90,105,72); }
div.DivClassName
{
background-color: #5A6948;
}
.BgClassName
{
background-color: #5A6948;
}
</style>
border-color css
<style>
span { border-color: #5A6948; }
span { border-color: rgb(90,105,72); }
td.TdClassName
{
border-color: #5A6948;
}
.TagClassName
{
border-color: #5A6948;
}
</style>