Shades of Chateau Green #339946
Tints of Chateau Green #339946
RGB
CMYK
RGB Variations
Color information
#339946 (or 0x339946) is known color: Chateau Green. HEX triplet: 33, 99 and 46. RGB value is (51,153,70). Sum of RGB (Red+Green+Blue) = 51+153+70=274 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.61% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #339946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #339946 is #CC66B9. Grayscale: #717171. Windows color (decimal): -13395642 or 4626739. OLE color: 4626739.
HSL color Cylindrical-coordinate representation of color #339946: hue angle of 131.18º 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 #339946 is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 153 | 70 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.4 |
| HSL | 131.18º | 0.5% | 0.4% | - |
| HSV(B) | 131.18º | 0.67% | 0.6% | - |
| XYZ | 13.86 | 23.93 | 9.68 | - |
| YUV | 113.04 | 103.71 | 83.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 70 | 0.67 | 0 | 0.54 | 0.4 | 131.18 | 0.5 | 0.4 |
| Hex | 33 | 99 | 46 | 43 | 0 | 36 | 28 | 83 | 32 | 28 |
| Octal | 63 | 231 | 106 | 103 | 0 | 66 | 50 | 203 | 62 | 50 |
| Binary | 110011 | 10011001 | 1000110 | 1000011 | 0 | 110110 | 101000 | 10000011 | 110010 | 101000 |
Color Harmonies of #339946
Complementary color
Monochromatic Colors of #339946
Black with #339946
Text Example
Text Example
White with #339946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339946; }
p { color: rgb(51,153,70); }
H1.HeaderClassName
{
color: #339946;
}
.AnyTagClassName
{
color: #339946;
}
</style>
background-color css
<style>
a { background-color: #339946; }
a { background-color: rgb(51,153,70); }
div.DivClassName
{
background-color: #339946;
}
.BgClassName
{
background-color: #339946;
}
</style>
border-color css
<style>
span { border-color: #339946; }
span { border-color: rgb(51,153,70); }
td.TdClassName
{
border-color: #339946;
}
.TagClassName
{
border-color: #339946;
}
</style>