Shades of Chateau Green #33963F
Tints of Chateau Green #33963F
RGB
CMYK
RGB Variations
Color information
#33963F (or 0x33963F) is known color: Chateau Green. HEX triplet: 33, 96 and 3F. RGB value is (51,150,63). Sum of RGB (Red+Green+Blue) = 51+150+63=264 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.32% from 264); Green value is 150 (58.98% from 255 or 56.82% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 150 - color contains mainly: green. Hex color #33963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33963F is #CC69C0. Grayscale: #6E6E6E. Windows color (decimal): -13396417 or 4167219. OLE color: 4167219.
HSL color Cylindrical-coordinate representation of color #33963F: hue angle of 127.27º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33963F is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 51 | 150 | 63 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.41 |
| HSL | 127.27º | 0.49% | 0.39% | - |
| HSV(B) | 127.27º | 0.66% | 0.59% | - |
| XYZ | 13.17 | 22.88 | 8.42 | - |
| YUV | 110.48 | 101.2 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 150 | 63 | 0.66 | 0 | 0.58 | 0.41 | 127.27 | 0.49 | 0.39 |
| Hex | 33 | 96 | 3F | 42 | 0 | 3A | 29 | 7F | 31 | 27 |
| Octal | 63 | 226 | 77 | 102 | 0 | 72 | 51 | 177 | 61 | 47 |
| Binary | 110011 | 10010110 | 111111 | 1000010 | 0 | 111010 | 101001 | 1111111 | 110001 | 100111 |
Color Harmonies of #33963F
Complementary color
Monochromatic Colors of #33963F
Black with #33963F
Text Example
Text Example
White with #33963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33963F; }
p { color: rgb(51,150,63); }
H1.HeaderClassName
{
color: #33963F;
}
.AnyTagClassName
{
color: #33963F;
}
</style>
background-color css
<style>
a { background-color: #33963F; }
a { background-color: rgb(51,150,63); }
div.DivClassName
{
background-color: #33963F;
}
.BgClassName
{
background-color: #33963F;
}
</style>
border-color css
<style>
span { border-color: #33963F; }
span { border-color: rgb(51,150,63); }
td.TdClassName
{
border-color: #33963F;
}
.TagClassName
{
border-color: #33963F;
}
</style>