Shades of Chateau Green #32BD4E
Tints of Chateau Green #32BD4E
RGB
CMYK
RGB Variations
Color information
#32BD4E (or 0x32BD4E) is known color: Chateau Green. HEX triplet: 32, BD and 4E. RGB value is (50,189,78). Sum of RGB (Red+Green+Blue) = 50+189+78=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BD4E is #CD42B1. Grayscale: #878787. Windows color (decimal): -13451954 or 5160242. OLE color: 5160242.
HSL color Cylindrical-coordinate representation of color #32BD4E: hue angle of 132.09º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD4E is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 189 | 78 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.26 |
| HSL | 132.09º | 0.58% | 0.47% | - |
| HSV(B) | 132.09º | 0.74% | 0.74% | - |
| XYZ | 20.89 | 37.62 | 13.37 | - |
| YUV | 134.79 | 95.95 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 189 | 78 | 0.74 | 0 | 0.59 | 0.26 | 132.09 | 0.58 | 0.47 |
| Hex | 32 | BD | 4E | 4A | 0 | 3B | 1A | 84 | 3A | 2F |
| Octal | 62 | 275 | 116 | 112 | 0 | 73 | 32 | 204 | 72 | 57 |
| Binary | 110010 | 10111101 | 1001110 | 1001010 | 0 | 111011 | 11010 | 10000100 | 111010 | 101111 |
Color Harmonies of #32BD4E
Complementary color
Monochromatic Colors of #32BD4E
Black with #32BD4E
Text Example
Text Example
White with #32BD4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BD4E; }
p { color: rgb(50,189,78); }
H1.HeaderClassName
{
color: #32BD4E;
}
.AnyTagClassName
{
color: #32BD4E;
}
</style>
background-color css
<style>
a { background-color: #32BD4E; }
a { background-color: rgb(50,189,78); }
div.DivClassName
{
background-color: #32BD4E;
}
.BgClassName
{
background-color: #32BD4E;
}
</style>
border-color css
<style>
span { border-color: #32BD4E; }
span { border-color: rgb(50,189,78); }
td.TdClassName
{
border-color: #32BD4E;
}
.TagClassName
{
border-color: #32BD4E;
}
</style>