Shades of Chalet Green #52673A
Tints of Chalet Green #52673A
RGB
CMYK
RGB Variations
Color information
#52673A (or 0x52673A) is known color: Chalet Green. HEX triplet: 52, 67 and 3A. RGB value is (82,103,58). Sum of RGB (Red+Green+Blue) = 82+103+58=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 58 (23.05% from 255 or 23.87% from 243); Max value from RGB is 103 - color contains mainly: green. Hex color #52673A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52673A is #AD98C5. Grayscale: #5B5B5B. Windows color (decimal): -11376838 or 3827538. OLE color: 3827538.
HSL color Cylindrical-coordinate representation of color #52673A: hue angle of 88º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52673A is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 103 | 58 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.60 |
| HSL | 88º | 0.28% | 0.32% | - |
| HSV(B) | 88º | 0.44% | 0.4% | - |
| XYZ | 9.09 | 11.8 | 5.8 | - |
| YUV | 91.59 | 109.04 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 103 | 58 | 0.20 | 0 | 0.44 | 0.60 | 88 | 0.28 | 0.32 |
| Hex | 52 | 67 | 3A | 14 | 0 | 2C | 3C | 58 | 1C | 20 |
| Octal | 122 | 147 | 72 | 24 | 0 | 54 | 74 | 130 | 34 | 40 |
| Binary | 1010010 | 1100111 | 111010 | 10100 | 0 | 101100 | 111100 | 1011000 | 11100 | 100000 |
Color Harmonies of #52673A
Complementary color
Monochromatic Colors of #52673A
Black with #52673A
Text Example
Text Example
White with #52673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52673A; }
p { color: rgb(82,103,58); }
H1.HeaderClassName
{
color: #52673A;
}
.AnyTagClassName
{
color: #52673A;
}
</style>
background-color css
<style>
a { background-color: #52673A; }
a { background-color: rgb(82,103,58); }
div.DivClassName
{
background-color: #52673A;
}
.BgClassName
{
background-color: #52673A;
}
</style>
border-color css
<style>
span { border-color: #52673A; }
span { border-color: rgb(82,103,58); }
td.TdClassName
{
border-color: #52673A;
}
.TagClassName
{
border-color: #52673A;
}
</style>