Shades of Chateau Green #32B255
Tints of Chateau Green #32B255
RGB
CMYK
RGB Variations
Color information
#32B255 (or 0x32B255) is known color: Chateau Green. HEX triplet: 32, B2 and 55. RGB value is (50,178,85). Sum of RGB (Red+Green+Blue) = 50+178+85=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 178 (69.92% from 255 or 56.87% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 178 - color contains mainly: green. Hex color #32B255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B255 is #CD4DAA. Grayscale: #818181. Windows color (decimal): -13454763 or 5616178. OLE color: 5616178.
HSL color Cylindrical-coordinate representation of color #32B255: hue angle of 136.41º 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 #32B255 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 50 | 178 | 85 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.30 |
| HSL | 136.41º | 0.56% | 0.45% | - |
| HSV(B) | 136.41º | 0.72% | 0.7% | - |
| XYZ | 18.88 | 33.17 | 14 | - |
| YUV | 129.13 | 103.09 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 178 | 85 | 0.72 | 0 | 0.52 | 0.30 | 136.41 | 0.56 | 0.45 |
| Hex | 32 | B2 | 55 | 48 | 0 | 34 | 1E | 88 | 38 | 2D |
| Octal | 62 | 262 | 125 | 110 | 0 | 64 | 36 | 210 | 70 | 55 |
| Binary | 110010 | 10110010 | 1010101 | 1001000 | 0 | 110100 | 11110 | 10001000 | 111000 | 101101 |
Color Harmonies of #32B255
Complementary color
Monochromatic Colors of #32B255
Black with #32B255
Text Example
Text Example
White with #32B255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B255; }
p { color: rgb(50,178,85); }
H1.HeaderClassName
{
color: #32B255;
}
.AnyTagClassName
{
color: #32B255;
}
</style>
background-color css
<style>
a { background-color: #32B255; }
a { background-color: rgb(50,178,85); }
div.DivClassName
{
background-color: #32B255;
}
.BgClassName
{
background-color: #32B255;
}
</style>
border-color css
<style>
span { border-color: #32B255; }
span { border-color: rgb(50,178,85); }
td.TdClassName
{
border-color: #32B255;
}
.TagClassName
{
border-color: #32B255;
}
</style>