Shades of Chateau Green #339952
Tints of Chateau Green #339952
RGB
CMYK
RGB Variations
Color information
#339952 (or 0x339952) is known color: Chateau Green. HEX triplet: 33, 99 and 52. RGB value is (51,153,82). Sum of RGB (Red+Green+Blue) = 51+153+82=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #339952 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339952 is #CC66AD. Grayscale: #727272. Windows color (decimal): -13395630 or 5413171. OLE color: 5413171.
HSL color Cylindrical-coordinate representation of color #339952: hue angle of 138.24º 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 #339952 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 51 | 153 | 82 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.4 |
| HSL | 138.24º | 0.5% | 0.4% | - |
| HSV(B) | 138.24º | 0.67% | 0.6% | - |
| XYZ | 14.28 | 24.1 | 11.88 | - |
| YUV | 114.41 | 109.71 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 153 | 82 | 0.67 | 0 | 0.46 | 0.4 | 138.24 | 0.5 | 0.4 |
| Hex | 33 | 99 | 52 | 43 | 0 | 2E | 28 | 8A | 32 | 28 |
| Octal | 63 | 231 | 122 | 103 | 0 | 56 | 50 | 212 | 62 | 50 |
| Binary | 110011 | 10011001 | 1010010 | 1000011 | 0 | 101110 | 101000 | 10001010 | 110010 | 101000 |
Color Harmonies of #339952
Complementary color
Monochromatic Colors of #339952
Black with #339952
Text Example
Text Example
White with #339952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339952; }
p { color: rgb(51,153,82); }
H1.HeaderClassName
{
color: #339952;
}
.AnyTagClassName
{
color: #339952;
}
</style>
background-color css
<style>
a { background-color: #339952; }
a { background-color: rgb(51,153,82); }
div.DivClassName
{
background-color: #339952;
}
.BgClassName
{
background-color: #339952;
}
</style>
border-color css
<style>
span { border-color: #339952; }
span { border-color: rgb(51,153,82); }
td.TdClassName
{
border-color: #339952;
}
.TagClassName
{
border-color: #339952;
}
</style>