Shades of Chateau Green #32B247
Tints of Chateau Green #32B247
RGB
CMYK
RGB Variations
Color information
#32B247 (or 0x32B247) is known color: Chateau Green. HEX triplet: 32, B2 and 47. RGB value is (50,178,71). Sum of RGB (Red+Green+Blue) = 50+178+71=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 178 (69.92% from 255 or 59.53% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 178 - color contains mainly: green. Hex color #32B247 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B247 is #CD4DB8. Grayscale: #7F7F7F. Windows color (decimal): -13454777 or 4698674. OLE color: 4698674.
HSL color Cylindrical-coordinate representation of color #32B247: hue angle of 129.84º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B247 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 71 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.30 |
| HSL | 129.84º | 0.56% | 0.45% | - |
| HSV(B) | 129.84º | 0.72% | 0.7% | - |
| XYZ | 18.37 | 32.97 | 11.36 | - |
| YUV | 127.53 | 96.09 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 71 | 0.72 | 0 | 0.60 | 0.30 | 129.84 | 0.56 | 0.45 |
| Hex | 32 | B2 | 47 | 48 | 0 | 3C | 1E | 82 | 38 | 2D |
| Octal | 62 | 262 | 107 | 110 | 0 | 74 | 36 | 202 | 70 | 55 |
| Binary | 110010 | 10110010 | 1000111 | 1001000 | 0 | 111100 | 11110 | 10000010 | 111000 | 101101 |
Color Harmonies of #32B247
Complementary color
Monochromatic Colors of #32B247
Black with #32B247
Text Example
Text Example
White with #32B247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B247; }
p { color: rgb(50,178,71); }
H1.HeaderClassName
{
color: #32B247;
}
.AnyTagClassName
{
color: #32B247;
}
</style>
background-color css
<style>
a { background-color: #32B247; }
a { background-color: rgb(50,178,71); }
div.DivClassName
{
background-color: #32B247;
}
.BgClassName
{
background-color: #32B247;
}
</style>
border-color css
<style>
span { border-color: #32B247; }
span { border-color: rgb(50,178,71); }
td.TdClassName
{
border-color: #32B247;
}
.TagClassName
{
border-color: #32B247;
}
</style>