Shades of Chateau Green #33A145
Tints of Chateau Green #33A145
RGB
CMYK
RGB Variations
Color information
#33A145 (or 0x33A145) is known color: Chateau Green. HEX triplet: 33, A1 and 45. RGB value is (51,161,69). Sum of RGB (Red+Green+Blue) = 51+161+69=281 (37% of max value = 765). Red value is 51 (20.31% from 255 or 18.15% from 281); Green value is 161 (63.28% from 255 or 57.30% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 161 - color contains mainly: green. Hex color #33A145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A145 is #CC5EBA. Grayscale: #757575. Windows color (decimal): -13393595 or 4563251. OLE color: 4563251.
HSL color Cylindrical-coordinate representation of color #33A145: hue angle of 129.82º 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 #33A145 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 51 | 161 | 69 | - |
| CMYK | 0.68 | 0 | 0.57 | 0.37 |
| HSL | 129.82º | 0.52% | 0.42% | - |
| HSV(B) | 129.82º | 0.68% | 0.63% | - |
| XYZ | 15.18 | 26.62 | 9.97 | - |
| YUV | 117.62 | 100.56 | 80.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 161 | 69 | 0.68 | 0 | 0.57 | 0.37 | 129.82 | 0.52 | 0.42 |
| Hex | 33 | A1 | 45 | 44 | 0 | 39 | 25 | 82 | 34 | 2A |
| Octal | 63 | 241 | 105 | 104 | 0 | 71 | 45 | 202 | 64 | 52 |
| Binary | 110011 | 10100001 | 1000101 | 1000100 | 0 | 111001 | 100101 | 10000010 | 110100 | 101010 |
Color Harmonies of #33A145
Complementary color
Monochromatic Colors of #33A145
Black with #33A145
Text Example
Text Example
White with #33A145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A145; }
p { color: rgb(51,161,69); }
H1.HeaderClassName
{
color: #33A145;
}
.AnyTagClassName
{
color: #33A145;
}
</style>
background-color css
<style>
a { background-color: #33A145; }
a { background-color: rgb(51,161,69); }
div.DivClassName
{
background-color: #33A145;
}
.BgClassName
{
background-color: #33A145;
}
</style>
border-color css
<style>
span { border-color: #33A145; }
span { border-color: rgb(51,161,69); }
td.TdClassName
{
border-color: #33A145;
}
.TagClassName
{
border-color: #33A145;
}
</style>