Shades of Chateau Green #32984B
Tints of Chateau Green #32984B
RGB
CMYK
RGB Variations
Color information
#32984B (or 0x32984B) is known color: Chateau Green. HEX triplet: 32, 98 and 4B. RGB value is (50,152,75). Sum of RGB (Red+Green+Blue) = 50+152+75=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #32984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32984B is #CD67B4. Grayscale: #707070. Windows color (decimal): -13461429 or 4954162. OLE color: 4954162.
HSL color Cylindrical-coordinate representation of color #32984B: hue angle of 134.71º 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 #32984B is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 75 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.40 |
| HSL | 134.71º | 0.5% | 0.4% | - |
| HSV(B) | 134.71º | 0.67% | 0.6% | - |
| XYZ | 13.81 | 23.64 | 10.49 | - |
| YUV | 112.72 | 106.71 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 75 | 0.67 | 0 | 0.51 | 0.40 | 134.71 | 0.5 | 0.4 |
| Hex | 32 | 98 | 4B | 43 | 0 | 33 | 28 | 87 | 32 | 28 |
| Octal | 62 | 230 | 113 | 103 | 0 | 63 | 50 | 207 | 62 | 50 |
| Binary | 110010 | 10011000 | 1001011 | 1000011 | 0 | 110011 | 101000 | 10000111 | 110010 | 101000 |
Color Harmonies of #32984B
Complementary color
Monochromatic Colors of #32984B
Black with #32984B
Text Example
Text Example
White with #32984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32984B; }
p { color: rgb(50,152,75); }
H1.HeaderClassName
{
color: #32984B;
}
.AnyTagClassName
{
color: #32984B;
}
</style>
background-color css
<style>
a { background-color: #32984B; }
a { background-color: rgb(50,152,75); }
div.DivClassName
{
background-color: #32984B;
}
.BgClassName
{
background-color: #32984B;
}
</style>
border-color css
<style>
span { border-color: #32984B; }
span { border-color: rgb(50,152,75); }
td.TdClassName
{
border-color: #32984B;
}
.TagClassName
{
border-color: #32984B;
}
</style>