Shades of Chalet Green #52633C
Tints of Chalet Green #52633C
RGB
CMYK
RGB Variations
Color information
#52633C (or 0x52633C) is known color: Chalet Green. HEX triplet: 52, 63 and 3C. RGB value is (82,99,60). Sum of RGB (Red+Green+Blue) = 82+99+60=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 99 (39.06% from 255 or 41.08% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 99 - color contains mainly: green. Hex color #52633C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52633C is #AD9CC3. Grayscale: #595959. Windows color (decimal): -11377860 or 3957586. OLE color: 3957586.
HSL color Cylindrical-coordinate representation of color #52633C: hue angle of 86.15º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52633C is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 99 | 60 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.61 |
| HSL | 86.15º | 0.25% | 0.31% | - |
| HSV(B) | 86.15º | 0.39% | 0.39% | - |
| XYZ | 8.76 | 11.04 | 5.95 | - |
| YUV | 89.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 99 | 60 | 0.17 | 0 | 0.39 | 0.61 | 86.15 | 0.25 | 0.31 |
| Hex | 52 | 63 | 3C | 11 | 0 | 27 | 3D | 56 | 19 | 1F |
| Octal | 122 | 143 | 74 | 21 | 0 | 47 | 75 | 126 | 31 | 37 |
| Binary | 1010010 | 1100011 | 111100 | 10001 | 0 | 100111 | 111101 | 1010110 | 11001 | 11111 |
Color Harmonies of #52633C
Complementary color
Monochromatic Colors of #52633C
Black with #52633C
Text Example
Text Example
White with #52633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52633C; }
p { color: rgb(82,99,60); }
H1.HeaderClassName
{
color: #52633C;
}
.AnyTagClassName
{
color: #52633C;
}
</style>
background-color css
<style>
a { background-color: #52633C; }
a { background-color: rgb(82,99,60); }
div.DivClassName
{
background-color: #52633C;
}
.BgClassName
{
background-color: #52633C;
}
</style>
border-color css
<style>
span { border-color: #52633C; }
span { border-color: rgb(82,99,60); }
td.TdClassName
{
border-color: #52633C;
}
.TagClassName
{
border-color: #52633C;
}
</style>