Shades of Chalet Green #5A7A38
Tints of Chalet Green #5A7A38
RGB
CMYK
RGB Variations
Color information
#5A7A38 (or 0x5A7A38) is known color: Chalet Green. HEX triplet: 5A, 7A and 38. RGB value is (90,122,56). Sum of RGB (Red+Green+Blue) = 90+122+56=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 122 (48.05% from 255 or 45.52% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 122 - color contains mainly: green. Hex color #5A7A38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A7A38 is #A585C7. Grayscale: #696969. Windows color (decimal): -10847688 or 3701338. OLE color: 3701338.
HSL color Cylindrical-coordinate representation of color #5A7A38: hue angle of 89.09º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5A7A38 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 90 | 122 | 56 | - |
| CMYK | 0.26 | 0 | 0.54 | 0.52 |
| HSL | 89.09º | 0.37% | 0.35% | - |
| HSV(B) | 89.09º | 0.54% | 0.48% | - |
| XYZ | 11.89 | 16.38 | 6.28 | - |
| YUV | 104.91 | 100.4 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 122 | 56 | 0.26 | 0 | 0.54 | 0.52 | 89.09 | 0.37 | 0.35 |
| Hex | 5A | 7A | 38 | 1A | 0 | 36 | 34 | 59 | 25 | 23 |
| Octal | 132 | 172 | 70 | 32 | 0 | 66 | 64 | 131 | 45 | 43 |
| Binary | 1011010 | 1111010 | 111000 | 11010 | 0 | 110110 | 110100 | 1011001 | 100101 | 100011 |
Color Harmonies of #5A7A38
Complementary color
Monochromatic Colors of #5A7A38
Black with #5A7A38
Text Example
Text Example
White with #5A7A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A7A38; }
p { color: rgb(90,122,56); }
H1.HeaderClassName
{
color: #5A7A38;
}
.AnyTagClassName
{
color: #5A7A38;
}
</style>
background-color css
<style>
a { background-color: #5A7A38; }
a { background-color: rgb(90,122,56); }
div.DivClassName
{
background-color: #5A7A38;
}
.BgClassName
{
background-color: #5A7A38;
}
</style>
border-color css
<style>
span { border-color: #5A7A38; }
span { border-color: rgb(90,122,56); }
td.TdClassName
{
border-color: #5A7A38;
}
.TagClassName
{
border-color: #5A7A38;
}
</style>