Shades of Chateau Green #33A149
Tints of Chateau Green #33A149
RGB
CMYK
RGB Variations
Color information
#33A149 (or 0x33A149) is known color: Chateau Green. HEX triplet: 33, A1 and 49. RGB value is (51,161,73). Sum of RGB (Red+Green+Blue) = 51+161+73=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #33A149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A149 is #CC5EB6. Grayscale: #767676. Windows color (decimal): -13393591 or 4825395. OLE color: 4825395.
HSL color Cylindrical-coordinate representation of color #33A149: hue angle of 132º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A149 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 73 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.37 |
| HSL | 132º | 0.52% | 0.42% | - |
| HSV(B) | 132º | 0.68% | 0.63% | - |
| XYZ | 15.31 | 26.67 | 10.64 | - |
| YUV | 118.08 | 102.56 | 80.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 73 | 0.68 | 0 | 0.55 | 0.37 | 132 | 0.52 | 0.42 |
| Hex | 33 | A1 | 49 | 44 | 0 | 37 | 25 | 84 | 34 | 2A |
| Octal | 63 | 241 | 111 | 104 | 0 | 67 | 45 | 204 | 64 | 52 |
| Binary | 110011 | 10100001 | 1001001 | 1000100 | 0 | 110111 | 100101 | 10000100 | 110100 | 101010 |
Color Harmonies of #33A149
Complementary color
Monochromatic Colors of #33A149
Black with #33A149
Text Example
Text Example
White with #33A149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A149; }
p { color: rgb(51,161,73); }
H1.HeaderClassName
{
color: #33A149;
}
.AnyTagClassName
{
color: #33A149;
}
</style>
background-color css
<style>
a { background-color: #33A149; }
a { background-color: rgb(51,161,73); }
div.DivClassName
{
background-color: #33A149;
}
.BgClassName
{
background-color: #33A149;
}
</style>
border-color css
<style>
span { border-color: #33A149; }
span { border-color: rgb(51,161,73); }
td.TdClassName
{
border-color: #33A149;
}
.TagClassName
{
border-color: #33A149;
}
</style>