Shades of Chateau Green #32964B
Tints of Chateau Green #32964B
RGB
CMYK
RGB Variations
Color information
#32964B (or 0x32964B) is known color: Chateau Green. HEX triplet: 32, 96 and 4B. RGB value is (50,150,75). Sum of RGB (Red+Green+Blue) = 50+150+75=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #32964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32964B is #CD69B4. Grayscale: #6F6F6F. Windows color (decimal): -13461941 or 4953650. OLE color: 4953650.
HSL color Cylindrical-coordinate representation of color #32964B: hue angle of 135º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32964B is Cyan = 0.67, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 50 | 150 | 75 | - |
| CMYK | 0.67 | 0 | 0.5 | 0.41 |
| HSL | 135º | 0.5% | 0.39% | - |
| HSV(B) | 135º | 0.67% | 0.59% | - |
| XYZ | 13.49 | 23 | 10.38 | - |
| YUV | 111.55 | 107.37 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 75 | 0.67 | 0 | 0.5 | 0.41 | 135 | 0.5 | 0.39 |
| Hex | 32 | 96 | 4B | 43 | 0 | 32 | 29 | 87 | 32 | 27 |
| Octal | 62 | 226 | 113 | 103 | 0 | 62 | 51 | 207 | 62 | 47 |
| Binary | 110010 | 10010110 | 1001011 | 1000011 | 0 | 110010 | 101001 | 10000111 | 110010 | 100111 |
Color Harmonies of #32964B
Complementary color
Monochromatic Colors of #32964B
Black with #32964B
Text Example
Text Example
White with #32964B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32964B; }
p { color: rgb(50,150,75); }
H1.HeaderClassName
{
color: #32964B;
}
.AnyTagClassName
{
color: #32964B;
}
</style>
background-color css
<style>
a { background-color: #32964B; }
a { background-color: rgb(50,150,75); }
div.DivClassName
{
background-color: #32964B;
}
.BgClassName
{
background-color: #32964B;
}
</style>
border-color css
<style>
span { border-color: #32964B; }
span { border-color: rgb(50,150,75); }
td.TdClassName
{
border-color: #32964B;
}
.TagClassName
{
border-color: #32964B;
}
</style>