Shades of Chateau Green #33A144
Tints of Chateau Green #33A144
RGB
CMYK
RGB Variations
Color information
#33A144 (or 0x33A144) is known color: Chateau Green. HEX triplet: 33, A1 and 44. RGB value is (51,161,68). Sum of RGB (Red+Green+Blue) = 51+161+68=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 161 (63.28% from 255 or 57.5% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 161 - color contains mainly: green. Hex color #33A144 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A144 is #CC5EBB. Grayscale: #757575. Windows color (decimal): -13393596 or 4497715. OLE color: 4497715.
HSL color Cylindrical-coordinate representation of color #33A144: hue angle of 129.27º 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 #33A144 is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 68 | - |
| CMYK | 0.68 | 0 | 0.58 | 0.37 |
| HSL | 129.27º | 0.52% | 0.42% | - |
| HSV(B) | 129.27º | 0.68% | 0.63% | - |
| XYZ | 15.15 | 26.61 | 9.81 | - |
| YUV | 117.51 | 100.06 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 68 | 0.68 | 0 | 0.58 | 0.37 | 129.27 | 0.52 | 0.42 |
| Hex | 33 | A1 | 44 | 44 | 0 | 3A | 25 | 81 | 34 | 2A |
| Octal | 63 | 241 | 104 | 104 | 0 | 72 | 45 | 201 | 64 | 52 |
| Binary | 110011 | 10100001 | 1000100 | 1000100 | 0 | 111010 | 100101 | 10000001 | 110100 | 101010 |
Color Harmonies of #33A144
Complementary color
Monochromatic Colors of #33A144
Black with #33A144
Text Example
Text Example
White with #33A144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A144; }
p { color: rgb(51,161,68); }
H1.HeaderClassName
{
color: #33A144;
}
.AnyTagClassName
{
color: #33A144;
}
</style>
background-color css
<style>
a { background-color: #33A144; }
a { background-color: rgb(51,161,68); }
div.DivClassName
{
background-color: #33A144;
}
.BgClassName
{
background-color: #33A144;
}
</style>
border-color css
<style>
span { border-color: #33A144; }
span { border-color: rgb(51,161,68); }
td.TdClassName
{
border-color: #33A144;
}
.TagClassName
{
border-color: #33A144;
}
</style>