Shades of Chateau Green #32B353
Tints of Chateau Green #32B353
RGB
CMYK
RGB Variations
Color information
#32B353 (or 0x32B353) is known color: Chateau Green. HEX triplet: 32, B3 and 53. RGB value is (50,179,83). Sum of RGB (Red+Green+Blue) = 50+179+83=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 179 (70.31% from 255 or 57.37% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 179 - color contains mainly: green. Hex color #32B353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B353 is #CD4CAC. Grayscale: #818181. Windows color (decimal): -13454509 or 5485362. OLE color: 5485362.
HSL color Cylindrical-coordinate representation of color #32B353: hue angle of 135.35º 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 #32B353 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 179 | 83 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.30 |
| HSL | 135.35º | 0.56% | 0.45% | - |
| HSV(B) | 135.35º | 0.72% | 0.7% | - |
| XYZ | 19 | 33.54 | 13.66 | - |
| YUV | 129.49 | 101.76 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 179 | 83 | 0.72 | 0 | 0.54 | 0.30 | 135.35 | 0.56 | 0.45 |
| Hex | 32 | B3 | 53 | 48 | 0 | 36 | 1E | 87 | 38 | 2D |
| Octal | 62 | 263 | 123 | 110 | 0 | 66 | 36 | 207 | 70 | 55 |
| Binary | 110010 | 10110011 | 1010011 | 1001000 | 0 | 110110 | 11110 | 10000111 | 111000 | 101101 |
Color Harmonies of #32B353
Complementary color
Monochromatic Colors of #32B353
Black with #32B353
Text Example
Text Example
White with #32B353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B353; }
p { color: rgb(50,179,83); }
H1.HeaderClassName
{
color: #32B353;
}
.AnyTagClassName
{
color: #32B353;
}
</style>
background-color css
<style>
a { background-color: #32B353; }
a { background-color: rgb(50,179,83); }
div.DivClassName
{
background-color: #32B353;
}
.BgClassName
{
background-color: #32B353;
}
</style>
border-color css
<style>
span { border-color: #32B353; }
span { border-color: rgb(50,179,83); }
td.TdClassName
{
border-color: #32B353;
}
.TagClassName
{
border-color: #32B353;
}
</style>