Shades of Chateau Green #32BA52
Tints of Chateau Green #32BA52
RGB
CMYK
RGB Variations
Color information
#32BA52 (or 0x32BA52) is known color: Chateau Green. HEX triplet: 32, BA and 52. RGB value is (50,186,82). Sum of RGB (Red+Green+Blue) = 50+186+82=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA52 is #CD45AD. Grayscale: #858585. Windows color (decimal): -13452718 or 5421618. OLE color: 5421618.
HSL color Cylindrical-coordinate representation of color #32BA52: hue angle of 134.12º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BA52 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 82 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.27 |
| HSL | 134.12º | 0.58% | 0.46% | - |
| HSV(B) | 134.12º | 0.73% | 0.73% | - |
| XYZ | 20.4 | 36.41 | 13.93 | - |
| YUV | 133.48 | 98.94 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 82 | 0.73 | 0 | 0.56 | 0.27 | 134.12 | 0.58 | 0.46 |
| Hex | 32 | BA | 52 | 49 | 0 | 38 | 1B | 86 | 3A | 2E |
| Octal | 62 | 272 | 122 | 111 | 0 | 70 | 33 | 206 | 72 | 56 |
| Binary | 110010 | 10111010 | 1010010 | 1001001 | 0 | 111000 | 11011 | 10000110 | 111010 | 101110 |
Color Harmonies of #32BA52
Complementary color
Monochromatic Colors of #32BA52
Black with #32BA52
Text Example
Text Example
White with #32BA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA52; }
p { color: rgb(50,186,82); }
H1.HeaderClassName
{
color: #32BA52;
}
.AnyTagClassName
{
color: #32BA52;
}
</style>
background-color css
<style>
a { background-color: #32BA52; }
a { background-color: rgb(50,186,82); }
div.DivClassName
{
background-color: #32BA52;
}
.BgClassName
{
background-color: #32BA52;
}
</style>
border-color css
<style>
span { border-color: #32BA52; }
span { border-color: rgb(50,186,82); }
td.TdClassName
{
border-color: #32BA52;
}
.TagClassName
{
border-color: #32BA52;
}
</style>