Shades of Chateau Green #32B259
Tints of Chateau Green #32B259
RGB
CMYK
RGB Variations
Color information
#32B259 (or 0x32B259) is known color: Chateau Green. HEX triplet: 32, B2 and 59. RGB value is (50,178,89). Sum of RGB (Red+Green+Blue) = 50+178+89=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 178 (69.92% from 255 or 56.15% from 317); Blue value is 89 (35.16% from 255 or 28.08% from 317); Max value from RGB is 178 - color contains mainly: green. Hex color #32B259 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B259 is #CD4DA6. Grayscale: #818181. Windows color (decimal): -13454759 or 5878322. OLE color: 5878322.
HSL color Cylindrical-coordinate representation of color #32B259: hue angle of 138.28º 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 #32B259 is Cyan = 0.72, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 89 | - |
| CMYK | 0.72 | 0 | 0.5 | 0.30 |
| HSL | 138.28º | 0.56% | 0.45% | - |
| HSV(B) | 138.28º | 0.72% | 0.7% | - |
| XYZ | 19.04 | 33.24 | 14.86 | - |
| YUV | 129.58 | 105.09 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 89 | 0.72 | 0 | 0.5 | 0.30 | 138.28 | 0.56 | 0.45 |
| Hex | 32 | B2 | 59 | 48 | 0 | 32 | 1E | 8A | 38 | 2D |
| Octal | 62 | 262 | 131 | 110 | 0 | 62 | 36 | 212 | 70 | 55 |
| Binary | 110010 | 10110010 | 1011001 | 1001000 | 0 | 110010 | 11110 | 10001010 | 111000 | 101101 |
Color Harmonies of #32B259
Complementary color
Monochromatic Colors of #32B259
Black with #32B259
Text Example
Text Example
White with #32B259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B259; }
p { color: rgb(50,178,89); }
H1.HeaderClassName
{
color: #32B259;
}
.AnyTagClassName
{
color: #32B259;
}
</style>
background-color css
<style>
a { background-color: #32B259; }
a { background-color: rgb(50,178,89); }
div.DivClassName
{
background-color: #32B259;
}
.BgClassName
{
background-color: #32B259;
}
</style>
border-color css
<style>
span { border-color: #32B259; }
span { border-color: rgb(50,178,89); }
td.TdClassName
{
border-color: #32B259;
}
.TagClassName
{
border-color: #32B259;
}
</style>