Shades of Chateau Green #32A248
Tints of Chateau Green #32A248
RGB
CMYK
RGB Variations
Color information
#32A248 (or 0x32A248) is known color: Chateau Green. HEX triplet: 32, A2 and 48. RGB value is (50,162,72). Sum of RGB (Red+Green+Blue) = 50+162+72=284 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.61% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #32A248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32A248 is #CD5DB7. Grayscale: #767676. Windows color (decimal): -13458872 or 4760114. OLE color: 4760114.
HSL color Cylindrical-coordinate representation of color #32A248: hue angle of 131.79º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A248 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 72 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.36 |
| HSL | 131.79º | 0.53% | 0.42% | - |
| HSV(B) | 131.79º | 0.69% | 0.64% | - |
| XYZ | 15.41 | 26.99 | 10.53 | - |
| YUV | 118.25 | 101.89 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 72 | 0.69 | 0 | 0.56 | 0.36 | 131.79 | 0.53 | 0.42 |
| Hex | 32 | A2 | 48 | 45 | 0 | 38 | 24 | 84 | 35 | 2A |
| Octal | 62 | 242 | 110 | 105 | 0 | 70 | 44 | 204 | 65 | 52 |
| Binary | 110010 | 10100010 | 1001000 | 1000101 | 0 | 111000 | 100100 | 10000100 | 110101 | 101010 |
Color Harmonies of #32A248
Complementary color
Monochromatic Colors of #32A248
Black with #32A248
Text Example
Text Example
White with #32A248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A248; }
p { color: rgb(50,162,72); }
H1.HeaderClassName
{
color: #32A248;
}
.AnyTagClassName
{
color: #32A248;
}
</style>
background-color css
<style>
a { background-color: #32A248; }
a { background-color: rgb(50,162,72); }
div.DivClassName
{
background-color: #32A248;
}
.BgClassName
{
background-color: #32A248;
}
</style>
border-color css
<style>
span { border-color: #32A248; }
span { border-color: rgb(50,162,72); }
td.TdClassName
{
border-color: #32A248;
}
.TagClassName
{
border-color: #32A248;
}
</style>