Shades of Chalet Green #526B3A
Tints of Chalet Green #526B3A
RGB
CMYK
RGB Variations
Color information
#526B3A (or 0x526B3A) is known color: Chalet Green. HEX triplet: 52, 6B and 3A. RGB value is (82,107,58). Sum of RGB (Red+Green+Blue) = 82+107+58=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 58 (23.05% from 255 or 23.48% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #526B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B3A is #AD94C5. Grayscale: #5E5E5E. Windows color (decimal): -11375814 or 3828562. OLE color: 3828562.
HSL color Cylindrical-coordinate representation of color #526B3A: hue angle of 90.61º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #526B3A is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 107 | 58 | - |
| CMYK | 0.23 | 0 | 0.46 | 0.58 |
| HSL | 90.61º | 0.3% | 0.32% | - |
| HSV(B) | 90.61º | 0.46% | 0.42% | - |
| XYZ | 9.5 | 12.61 | 5.94 | - |
| YUV | 93.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 58 | 0.23 | 0 | 0.46 | 0.58 | 90.61 | 0.3 | 0.32 |
| Hex | 52 | 6B | 3A | 17 | 0 | 2E | 3A | 5B | 1E | 20 |
| Octal | 122 | 153 | 72 | 27 | 0 | 56 | 72 | 133 | 36 | 40 |
| Binary | 1010010 | 1101011 | 111010 | 10111 | 0 | 101110 | 111010 | 1011011 | 11110 | 100000 |
Color Harmonies of #526B3A
Complementary color
Monochromatic Colors of #526B3A
Black with #526B3A
Text Example
Text Example
White with #526B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526B3A; }
p { color: rgb(82,107,58); }
H1.HeaderClassName
{
color: #526B3A;
}
.AnyTagClassName
{
color: #526B3A;
}
</style>
background-color css
<style>
a { background-color: #526B3A; }
a { background-color: rgb(82,107,58); }
div.DivClassName
{
background-color: #526B3A;
}
.BgClassName
{
background-color: #526B3A;
}
</style>
border-color css
<style>
span { border-color: #526B3A; }
span { border-color: rgb(82,107,58); }
td.TdClassName
{
border-color: #526B3A;
}
.TagClassName
{
border-color: #526B3A;
}
</style>