Shades of Chateau Green #32B351
Tints of Chateau Green #32B351
RGB
CMYK
RGB Variations
Color information
#32B351 (or 0x32B351) is known color: Chateau Green. HEX triplet: 32, B3 and 51. RGB value is (50,179,81). Sum of RGB (Red+Green+Blue) = 50+179+81=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #32B351 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B351 is #CD4CAE. Grayscale: #818181. Windows color (decimal): -13454511 or 5354290. OLE color: 5354290.
HSL color Cylindrical-coordinate representation of color #32B351: hue angle of 134.42º 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 #32B351 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 81 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.30 |
| HSL | 134.42º | 0.56% | 0.45% | - |
| HSV(B) | 134.42º | 0.72% | 0.7% | - |
| XYZ | 18.92 | 33.51 | 13.26 | - |
| YUV | 129.26 | 100.76 | 71.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 81 | 0.72 | 0 | 0.55 | 0.30 | 134.42 | 0.56 | 0.45 |
| Hex | 32 | B3 | 51 | 48 | 0 | 37 | 1E | 86 | 38 | 2D |
| Octal | 62 | 263 | 121 | 110 | 0 | 67 | 36 | 206 | 70 | 55 |
| Binary | 110010 | 10110011 | 1010001 | 1001000 | 0 | 110111 | 11110 | 10000110 | 111000 | 101101 |
Color Harmonies of #32B351
Complementary color
Monochromatic Colors of #32B351
Black with #32B351
Text Example
Text Example
White with #32B351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B351; }
p { color: rgb(50,179,81); }
H1.HeaderClassName
{
color: #32B351;
}
.AnyTagClassName
{
color: #32B351;
}
</style>
background-color css
<style>
a { background-color: #32B351; }
a { background-color: rgb(50,179,81); }
div.DivClassName
{
background-color: #32B351;
}
.BgClassName
{
background-color: #32B351;
}
</style>
border-color css
<style>
span { border-color: #32B351; }
span { border-color: rgb(50,179,81); }
td.TdClassName
{
border-color: #32B351;
}
.TagClassName
{
border-color: #32B351;
}
</style>