Shades of Chateau Green #32B552
Tints of Chateau Green #32B552
RGB
CMYK
RGB Variations
Color information
#32B552 (or 0x32B552) is known color: Chateau Green. HEX triplet: 32, B5 and 52. RGB value is (50,181,82). Sum of RGB (Red+Green+Blue) = 50+181+82=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 181 (71.09% from 255 or 57.83% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 181 - color contains mainly: green. Hex color #32B552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32B552 is #CD4AAD. Grayscale: #828282. Windows color (decimal): -13453998 or 5420338. OLE color: 5420338.
HSL color Cylindrical-coordinate representation of color #32B552: hue angle of 134.66º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B552 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 181 | 82 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.29 |
| HSL | 134.66º | 0.57% | 0.45% | - |
| HSV(B) | 134.66º | 0.72% | 0.71% | - |
| XYZ | 19.36 | 34.34 | 13.59 | - |
| YUV | 130.55 | 100.6 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 181 | 82 | 0.72 | 0 | 0.55 | 0.29 | 134.66 | 0.57 | 0.45 |
| Hex | 32 | B5 | 52 | 48 | 0 | 37 | 1D | 87 | 39 | 2D |
| Octal | 62 | 265 | 122 | 110 | 0 | 67 | 35 | 207 | 71 | 55 |
| Binary | 110010 | 10110101 | 1010010 | 1001000 | 0 | 110111 | 11101 | 10000111 | 111001 | 101101 |
Color Harmonies of #32B552
Complementary color
Monochromatic Colors of #32B552
Black with #32B552
Text Example
Text Example
White with #32B552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B552; }
p { color: rgb(50,181,82); }
H1.HeaderClassName
{
color: #32B552;
}
.AnyTagClassName
{
color: #32B552;
}
</style>
background-color css
<style>
a { background-color: #32B552; }
a { background-color: rgb(50,181,82); }
div.DivClassName
{
background-color: #32B552;
}
.BgClassName
{
background-color: #32B552;
}
</style>
border-color css
<style>
span { border-color: #32B552; }
span { border-color: rgb(50,181,82); }
td.TdClassName
{
border-color: #32B552;
}
.TagClassName
{
border-color: #32B552;
}
</style>