Shades of Chateau Green #33C052
Tints of Chateau Green #33C052
RGB
CMYK
RGB Variations
Color information
#33C052 (or 0x33C052) is known color: Chateau Green. HEX triplet: 33, C0 and 52. RGB value is (51,192,82). Sum of RGB (Red+Green+Blue) = 51+192+82=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 192 (75.39% from 255 or 59.08% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 192 - color contains mainly: green. Hex color #33C052 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33C052 is #CC3FAD. Grayscale: #898989. Windows color (decimal): -13385646 or 5423155. OLE color: 5423155.
HSL color Cylindrical-coordinate representation of color #33C052: hue angle of 133.19º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33C052 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 51 | 192 | 82 | - |
| CMYK | 0.73 | 0 | 0.57 | 0.25 |
| HSL | 133.19º | 0.58% | 0.48% | - |
| HSV(B) | 133.19º | 0.73% | 0.75% | - |
| XYZ | 21.74 | 39.01 | 14.37 | - |
| YUV | 137.3 | 96.79 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 192 | 82 | 0.73 | 0 | 0.57 | 0.25 | 133.19 | 0.58 | 0.48 |
| Hex | 33 | C0 | 52 | 49 | 0 | 39 | 19 | 85 | 3A | 30 |
| Octal | 63 | 300 | 122 | 111 | 0 | 71 | 31 | 205 | 72 | 60 |
| Binary | 110011 | 11000000 | 1010010 | 1001001 | 0 | 111001 | 11001 | 10000101 | 111010 | 110000 |
Color Harmonies of #33C052
Complementary color
Monochromatic Colors of #33C052
Black with #33C052
Text Example
Text Example
White with #33C052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33C052; }
p { color: rgb(51,192,82); }
H1.HeaderClassName
{
color: #33C052;
}
.AnyTagClassName
{
color: #33C052;
}
</style>
background-color css
<style>
a { background-color: #33C052; }
a { background-color: rgb(51,192,82); }
div.DivClassName
{
background-color: #33C052;
}
.BgClassName
{
background-color: #33C052;
}
</style>
border-color css
<style>
span { border-color: #33C052; }
span { border-color: rgb(51,192,82); }
td.TdClassName
{
border-color: #33C052;
}
.TagClassName
{
border-color: #33C052;
}
</style>