Shades of Chateau Green #32BA4E
Tints of Chateau Green #32BA4E
RGB
CMYK
RGB Variations
Color information
#32BA4E (or 0x32BA4E) is known color: Chateau Green. HEX triplet: 32, BA and 4E. RGB value is (50,186,78). Sum of RGB (Red+Green+Blue) = 50+186+78=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 186 (73.05% from 255 or 59.24% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA4E is #CD45B1. Grayscale: #858585. Windows color (decimal): -13452722 or 5159474. OLE color: 5159474.
HSL color Cylindrical-coordinate representation of color #32BA4E: hue angle of 132.35º 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 #32BA4E is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 78 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.27 |
| HSL | 132.35º | 0.58% | 0.46% | - |
| HSV(B) | 132.35º | 0.73% | 0.73% | - |
| XYZ | 20.25 | 36.35 | 13.16 | - |
| YUV | 133.02 | 96.94 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 78 | 0.73 | 0 | 0.58 | 0.27 | 132.35 | 0.58 | 0.46 |
| Hex | 32 | BA | 4E | 49 | 0 | 3A | 1B | 84 | 3A | 2E |
| Octal | 62 | 272 | 116 | 111 | 0 | 72 | 33 | 204 | 72 | 56 |
| Binary | 110010 | 10111010 | 1001110 | 1001001 | 0 | 111010 | 11011 | 10000100 | 111010 | 101110 |
Color Harmonies of #32BA4E
Complementary color
Monochromatic Colors of #32BA4E
Black with #32BA4E
Text Example
Text Example
White with #32BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA4E; }
p { color: rgb(50,186,78); }
H1.HeaderClassName
{
color: #32BA4E;
}
.AnyTagClassName
{
color: #32BA4E;
}
</style>
background-color css
<style>
a { background-color: #32BA4E; }
a { background-color: rgb(50,186,78); }
div.DivClassName
{
background-color: #32BA4E;
}
.BgClassName
{
background-color: #32BA4E;
}
</style>
border-color css
<style>
span { border-color: #32BA4E; }
span { border-color: rgb(50,186,78); }
td.TdClassName
{
border-color: #32BA4E;
}
.TagClassName
{
border-color: #32BA4E;
}
</style>