Shades of Chateau Green #32983F
Tints of Chateau Green #32983F
RGB
CMYK
RGB Variations
Color information
#32983F (or 0x32983F) is known color: Chateau Green. HEX triplet: 32, 98 and 3F. RGB value is (50,152,63). Sum of RGB (Red+Green+Blue) = 50+152+63=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 152 (59.77% from 255 or 57.36% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 152 - color contains mainly: green. Hex color #32983F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32983F is #CD67C0. Grayscale: #6F6F6F. Windows color (decimal): -13461441 or 4167730. OLE color: 4167730.
HSL color Cylindrical-coordinate representation of color #32983F: hue angle of 127.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32983F is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 63 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.40 |
| HSL | 127.65º | 0.5% | 0.4% | - |
| HSV(B) | 127.65º | 0.67% | 0.6% | - |
| XYZ | 13.44 | 23.49 | 8.53 | - |
| YUV | 111.36 | 100.71 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 63 | 0.67 | 0 | 0.59 | 0.40 | 127.65 | 0.5 | 0.4 |
| Hex | 32 | 98 | 3F | 43 | 0 | 3B | 28 | 80 | 32 | 28 |
| Octal | 62 | 230 | 77 | 103 | 0 | 73 | 50 | 200 | 62 | 50 |
| Binary | 110010 | 10011000 | 111111 | 1000011 | 0 | 111011 | 101000 | 10000000 | 110010 | 101000 |
Color Harmonies of #32983F
Complementary color
Monochromatic Colors of #32983F
Black with #32983F
Text Example
Text Example
White with #32983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32983F; }
p { color: rgb(50,152,63); }
H1.HeaderClassName
{
color: #32983F;
}
.AnyTagClassName
{
color: #32983F;
}
</style>
background-color css
<style>
a { background-color: #32983F; }
a { background-color: rgb(50,152,63); }
div.DivClassName
{
background-color: #32983F;
}
.BgClassName
{
background-color: #32983F;
}
</style>
border-color css
<style>
span { border-color: #32983F; }
span { border-color: rgb(50,152,63); }
td.TdClassName
{
border-color: #32983F;
}
.TagClassName
{
border-color: #32983F;
}
</style>