Shades of Chateau Green #32B94B
Tints of Chateau Green #32B94B
RGB
CMYK
RGB Variations
Color information
#32B94B (or 0x32B94B) is known color: Chateau Green. HEX triplet: 32, B9 and 4B. RGB value is (50,185,75). Sum of RGB (Red+Green+Blue) = 50+185+75=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 185 (72.66% from 255 or 59.68% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 185 - color contains mainly: green. Hex color #32B94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B94B is #CD46B4. Grayscale: #848484. Windows color (decimal): -13452981 or 4962610. OLE color: 4962610.
HSL color Cylindrical-coordinate representation of color #32B94B: hue angle of 131.11º degrees, saturation: 0.57, 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 #32B94B is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 185 | 75 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.27 |
| HSL | 131.11º | 0.57% | 0.46% | - |
| HSV(B) | 131.11º | 0.73% | 0.73% | - |
| XYZ | 19.93 | 35.88 | 12.53 | - |
| YUV | 132.1 | 95.77 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 185 | 75 | 0.73 | 0 | 0.59 | 0.27 | 131.11 | 0.57 | 0.46 |
| Hex | 32 | B9 | 4B | 49 | 0 | 3B | 1B | 83 | 39 | 2E |
| Octal | 62 | 271 | 113 | 111 | 0 | 73 | 33 | 203 | 71 | 56 |
| Binary | 110010 | 10111001 | 1001011 | 1001001 | 0 | 111011 | 11011 | 10000011 | 111001 | 101110 |
Color Harmonies of #32B94B
Complementary color
Monochromatic Colors of #32B94B
Black with #32B94B
Text Example
Text Example
White with #32B94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B94B; }
p { color: rgb(50,185,75); }
H1.HeaderClassName
{
color: #32B94B;
}
.AnyTagClassName
{
color: #32B94B;
}
</style>
background-color css
<style>
a { background-color: #32B94B; }
a { background-color: rgb(50,185,75); }
div.DivClassName
{
background-color: #32B94B;
}
.BgClassName
{
background-color: #32B94B;
}
</style>
border-color css
<style>
span { border-color: #32B94B; }
span { border-color: rgb(50,185,75); }
td.TdClassName
{
border-color: #32B94B;
}
.TagClassName
{
border-color: #32B94B;
}
</style>