Shades of Chateau Green #33A04A
Tints of Chateau Green #33A04A
RGB
CMYK
RGB Variations
Color information
#33A04A (or 0x33A04A) is known color: Chateau Green. HEX triplet: 33, A0 and 4A. RGB value is (51,160,74). Sum of RGB (Red+Green+Blue) = 51+160+74=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #33A04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A04A is #CC5FB5. Grayscale: #757575. Windows color (decimal): -13393846 or 4890675. OLE color: 4890675.
HSL color Cylindrical-coordinate representation of color #33A04A: hue angle of 132.66º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A04A is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 160 | 74 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.37 |
| HSL | 132.66º | 0.52% | 0.41% | - |
| HSV(B) | 132.66º | 0.68% | 0.63% | - |
| XYZ | 15.17 | 26.34 | 10.76 | - |
| YUV | 117.61 | 103.39 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 74 | 0.68 | 0 | 0.54 | 0.37 | 132.66 | 0.52 | 0.41 |
| Hex | 33 | A0 | 4A | 44 | 0 | 36 | 25 | 85 | 34 | 29 |
| Octal | 63 | 240 | 112 | 104 | 0 | 66 | 45 | 205 | 64 | 51 |
| Binary | 110011 | 10100000 | 1001010 | 1000100 | 0 | 110110 | 100101 | 10000101 | 110100 | 101001 |
Color Harmonies of #33A04A
Complementary color
Monochromatic Colors of #33A04A
Black with #33A04A
Text Example
Text Example
White with #33A04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A04A; }
p { color: rgb(51,160,74); }
H1.HeaderClassName
{
color: #33A04A;
}
.AnyTagClassName
{
color: #33A04A;
}
</style>
background-color css
<style>
a { background-color: #33A04A; }
a { background-color: rgb(51,160,74); }
div.DivClassName
{
background-color: #33A04A;
}
.BgClassName
{
background-color: #33A04A;
}
</style>
border-color css
<style>
span { border-color: #33A04A; }
span { border-color: rgb(51,160,74); }
td.TdClassName
{
border-color: #33A04A;
}
.TagClassName
{
border-color: #33A04A;
}
</style>