Shades of Chalet Green #526942
Tints of Chalet Green #526942
RGB
CMYK
RGB Variations
Color information
#526942 (or 0x526942) is known color: Chalet Green. HEX triplet: 52, 69 and 42. RGB value is (82,105,66). Sum of RGB (Red+Green+Blue) = 82+105+66=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #526942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526942 is #AD96BD. Grayscale: #5D5D5D. Windows color (decimal): -11376318 or 4352338. OLE color: 4352338.
HSL color Cylindrical-coordinate representation of color #526942: hue angle of 95.38º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526942 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 82 | 105 | 66 | - |
| CMYK | 0.22 | 0 | 0.37 | 0.59 |
| HSL | 95.38º | 0.23% | 0.34% | - |
| HSV(B) | 95.38º | 0.37% | 0.41% | - |
| XYZ | 9.51 | 12.29 | 7.03 | - |
| YUV | 93.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 105 | 66 | 0.22 | 0 | 0.37 | 0.59 | 95.38 | 0.23 | 0.34 |
| Hex | 52 | 69 | 42 | 16 | 0 | 25 | 3B | 5F | 17 | 22 |
| Octal | 122 | 151 | 102 | 26 | 0 | 45 | 73 | 137 | 27 | 42 |
| Binary | 1010010 | 1101001 | 1000010 | 10110 | 0 | 100101 | 111011 | 1011111 | 10111 | 100010 |
Color Harmonies of #526942
Complementary color
Monochromatic Colors of #526942
Black with #526942
Text Example
Text Example
White with #526942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526942; }
p { color: rgb(82,105,66); }
H1.HeaderClassName
{
color: #526942;
}
.AnyTagClassName
{
color: #526942;
}
</style>
background-color css
<style>
a { background-color: #526942; }
a { background-color: rgb(82,105,66); }
div.DivClassName
{
background-color: #526942;
}
.BgClassName
{
background-color: #526942;
}
</style>
border-color css
<style>
span { border-color: #526942; }
span { border-color: rgb(82,105,66); }
td.TdClassName
{
border-color: #526942;
}
.TagClassName
{
border-color: #526942;
}
</style>