Shades of Chateau Green #32BB51
Tints of Chateau Green #32BB51
RGB
CMYK
RGB Variations
Color information
#32BB51 (or 0x32BB51) is known color: Chateau Green. HEX triplet: 32, BB and 51. RGB value is (50,187,81). Sum of RGB (Red+Green+Blue) = 50+187+81=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 187 (73.44% from 255 or 58.81% from 318); Blue value is 81 (32.03% from 255 or 25.47% from 318); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BB51 is #CD44AE. Grayscale: #868686. Windows color (decimal): -13452463 or 5356338. OLE color: 5356338.
HSL color Cylindrical-coordinate representation of color #32BB51: hue angle of 133.58º 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 #32BB51 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 187 | 81 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.27 |
| HSL | 133.58º | 0.58% | 0.46% | - |
| HSV(B) | 133.58º | 0.73% | 0.73% | - |
| XYZ | 20.57 | 36.81 | 13.81 | - |
| YUV | 133.95 | 98.11 | 68.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 187 | 81 | 0.73 | 0 | 0.57 | 0.27 | 133.58 | 0.58 | 0.46 |
| Hex | 32 | BB | 51 | 49 | 0 | 39 | 1B | 86 | 3A | 2E |
| Octal | 62 | 273 | 121 | 111 | 0 | 71 | 33 | 206 | 72 | 56 |
| Binary | 110010 | 10111011 | 1010001 | 1001001 | 0 | 111001 | 11011 | 10000110 | 111010 | 101110 |
Color Harmonies of #32BB51
Complementary color
Monochromatic Colors of #32BB51
Black with #32BB51
Text Example
Text Example
White with #32BB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BB51; }
p { color: rgb(50,187,81); }
H1.HeaderClassName
{
color: #32BB51;
}
.AnyTagClassName
{
color: #32BB51;
}
</style>
background-color css
<style>
a { background-color: #32BB51; }
a { background-color: rgb(50,187,81); }
div.DivClassName
{
background-color: #32BB51;
}
.BgClassName
{
background-color: #32BB51;
}
</style>
border-color css
<style>
span { border-color: #32BB51; }
span { border-color: rgb(50,187,81); }
td.TdClassName
{
border-color: #32BB51;
}
.TagClassName
{
border-color: #32BB51;
}
</style>