Shades of Chateau Green #32BC4F
Tints of Chateau Green #32BC4F
RGB
CMYK
RGB Variations
Color information
#32BC4F (or 0x32BC4F) is known color: Chateau Green. HEX triplet: 32, BC and 4F. RGB value is (50,188,79). Sum of RGB (Red+Green+Blue) = 50+188+79=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BC4F is #CD43B0. Grayscale: #868686. Windows color (decimal): -13452209 or 5225522. OLE color: 5225522.
HSL color Cylindrical-coordinate representation of color #32BC4F: hue angle of 132.61º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC4F is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 188 | 79 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.26 |
| HSL | 132.61º | 0.58% | 0.47% | - |
| HSV(B) | 132.61º | 0.73% | 0.74% | - |
| XYZ | 20.71 | 37.21 | 13.49 | - |
| YUV | 134.31 | 96.78 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 188 | 79 | 0.73 | 0 | 0.58 | 0.26 | 132.61 | 0.58 | 0.47 |
| Hex | 32 | BC | 4F | 49 | 0 | 3A | 1A | 85 | 3A | 2F |
| Octal | 62 | 274 | 117 | 111 | 0 | 72 | 32 | 205 | 72 | 57 |
| Binary | 110010 | 10111100 | 1001111 | 1001001 | 0 | 111010 | 11010 | 10000101 | 111010 | 101111 |
Color Harmonies of #32BC4F
Complementary color
Monochromatic Colors of #32BC4F
Black with #32BC4F
Text Example
Text Example
White with #32BC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BC4F; }
p { color: rgb(50,188,79); }
H1.HeaderClassName
{
color: #32BC4F;
}
.AnyTagClassName
{
color: #32BC4F;
}
</style>
background-color css
<style>
a { background-color: #32BC4F; }
a { background-color: rgb(50,188,79); }
div.DivClassName
{
background-color: #32BC4F;
}
.BgClassName
{
background-color: #32BC4F;
}
</style>
border-color css
<style>
span { border-color: #32BC4F; }
span { border-color: rgb(50,188,79); }
td.TdClassName
{
border-color: #32BC4F;
}
.TagClassName
{
border-color: #32BC4F;
}
</style>