Shades of Chateau Green #32B448
Tints of Chateau Green #32B448
RGB
CMYK
RGB Variations
Color information
#32B448 (or 0x32B448) is known color: Chateau Green. HEX triplet: 32, B4 and 48. RGB value is (50,180,72). Sum of RGB (Red+Green+Blue) = 50+180+72=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 180 (70.70% from 255 or 59.60% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 180 - color contains mainly: green. Hex color #32B448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B448 is #CD4BB7. Grayscale: #818181. Windows color (decimal): -13454264 or 4764722. OLE color: 4764722.
HSL color Cylindrical-coordinate representation of color #32B448: hue angle of 130.15º 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 #32B448 is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 50 | 180 | 72 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.29 |
| HSL | 130.15º | 0.57% | 0.45% | - |
| HSV(B) | 130.15º | 0.72% | 0.71% | - |
| XYZ | 18.81 | 33.79 | 11.66 | - |
| YUV | 128.82 | 95.93 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 180 | 72 | 0.72 | 0 | 0.60 | 0.29 | 130.15 | 0.57 | 0.45 |
| Hex | 32 | B4 | 48 | 48 | 0 | 3C | 1D | 82 | 39 | 2D |
| Octal | 62 | 264 | 110 | 110 | 0 | 74 | 35 | 202 | 71 | 55 |
| Binary | 110010 | 10110100 | 1001000 | 1001000 | 0 | 111100 | 11101 | 10000010 | 111001 | 101101 |
Color Harmonies of #32B448
Complementary color
Monochromatic Colors of #32B448
Black with #32B448
Text Example
Text Example
White with #32B448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B448; }
p { color: rgb(50,180,72); }
H1.HeaderClassName
{
color: #32B448;
}
.AnyTagClassName
{
color: #32B448;
}
</style>
background-color css
<style>
a { background-color: #32B448; }
a { background-color: rgb(50,180,72); }
div.DivClassName
{
background-color: #32B448;
}
.BgClassName
{
background-color: #32B448;
}
</style>
border-color css
<style>
span { border-color: #32B448; }
span { border-color: rgb(50,180,72); }
td.TdClassName
{
border-color: #32B448;
}
.TagClassName
{
border-color: #32B448;
}
</style>