Shades of Chateau Green #339852
Tints of Chateau Green #339852
RGB
CMYK
RGB Variations
Color information
#339852 (or 0x339852) is known color: Chateau Green. HEX triplet: 33, 98 and 52. RGB value is (51,152,82). Sum of RGB (Red+Green+Blue) = 51+152+82=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #339852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339852 is #CC67AD. Grayscale: #717171. Windows color (decimal): -13395886 or 5412915. OLE color: 5412915.
HSL color Cylindrical-coordinate representation of color #339852: hue angle of 138.42º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339852 is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 51 | 152 | 82 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.40 |
| HSL | 138.42º | 0.5% | 0.4% | - |
| HSV(B) | 138.42º | 0.66% | 0.6% | - |
| XYZ | 14.12 | 23.77 | 11.83 | - |
| YUV | 113.82 | 110.04 | 83.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 152 | 82 | 0.66 | 0 | 0.46 | 0.40 | 138.42 | 0.5 | 0.4 |
| Hex | 33 | 98 | 52 | 42 | 0 | 2E | 28 | 8A | 32 | 28 |
| Octal | 63 | 230 | 122 | 102 | 0 | 56 | 50 | 212 | 62 | 50 |
| Binary | 110011 | 10011000 | 1010010 | 1000010 | 0 | 101110 | 101000 | 10001010 | 110010 | 101000 |
Color Harmonies of #339852
Complementary color
Monochromatic Colors of #339852
Black with #339852
Text Example
Text Example
White with #339852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #339852; }
p { color: rgb(51,152,82); }
H1.HeaderClassName
{
color: #339852;
}
.AnyTagClassName
{
color: #339852;
}
</style>
background-color css
<style>
a { background-color: #339852; }
a { background-color: rgb(51,152,82); }
div.DivClassName
{
background-color: #339852;
}
.BgClassName
{
background-color: #339852;
}
</style>
border-color css
<style>
span { border-color: #339852; }
span { border-color: rgb(51,152,82); }
td.TdClassName
{
border-color: #339852;
}
.TagClassName
{
border-color: #339852;
}
</style>