Shades of Chateau Green #33A045
Tints of Chateau Green #33A045
RGB
CMYK
RGB Variations
Color information
#33A045 (or 0x33A045) is known color: Chateau Green. HEX triplet: 33, A0 and 45. RGB value is (51,160,69). Sum of RGB (Red+Green+Blue) = 51+160+69=280 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.21% from 280); Green value is 160 (62.89% from 255 or 57.14% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 160 - color contains mainly: green. Hex color #33A045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A045 is #CC5FBA. Grayscale: #757575. Windows color (decimal): -13393851 or 4562995. OLE color: 4562995.
HSL color Cylindrical-coordinate representation of color #33A045: hue angle of 129.91º 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 #33A045 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 160 | 69 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.37 |
| HSL | 129.91º | 0.52% | 0.41% | - |
| HSV(B) | 129.91º | 0.68% | 0.63% | - |
| XYZ | 15.01 | 26.28 | 9.91 | - |
| YUV | 117.04 | 100.89 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 160 | 69 | 0.68 | 0 | 0.57 | 0.37 | 129.91 | 0.52 | 0.41 |
| Hex | 33 | A0 | 45 | 44 | 0 | 39 | 25 | 82 | 34 | 29 |
| Octal | 63 | 240 | 105 | 104 | 0 | 71 | 45 | 202 | 64 | 51 |
| Binary | 110011 | 10100000 | 1000101 | 1000100 | 0 | 111001 | 100101 | 10000010 | 110100 | 101001 |
Color Harmonies of #33A045
Complementary color
Monochromatic Colors of #33A045
Black with #33A045
Text Example
Text Example
White with #33A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A045; }
p { color: rgb(51,160,69); }
H1.HeaderClassName
{
color: #33A045;
}
.AnyTagClassName
{
color: #33A045;
}
</style>
background-color css
<style>
a { background-color: #33A045; }
a { background-color: rgb(51,160,69); }
div.DivClassName
{
background-color: #33A045;
}
.BgClassName
{
background-color: #33A045;
}
</style>
border-color css
<style>
span { border-color: #33A045; }
span { border-color: rgb(51,160,69); }
td.TdClassName
{
border-color: #33A045;
}
.TagClassName
{
border-color: #33A045;
}
</style>