Shades of Chateau Green #33A55A
Tints of Chateau Green #33A55A
RGB
CMYK
RGB Variations
Color information
#33A55A (or 0x33A55A) is known color: Chateau Green. HEX triplet: 33, A5 and 5A. RGB value is (51,165,90). Sum of RGB (Red+Green+Blue) = 51+165+90=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 165 (64.84% from 255 or 53.92% from 306); Blue value is 90 (35.55% from 255 or 29.41% from 306); Max value from RGB is 165 - color contains mainly: green. Hex color #33A55A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A55A is #CC5AA5. Grayscale: #7A7A7A. Windows color (decimal): -13392550 or 5940531. OLE color: 5940531.
HSL color Cylindrical-coordinate representation of color #33A55A: hue angle of 140.53º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A55A is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 165 | 90 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.35 |
| HSL | 140.53º | 0.53% | 0.42% | - |
| HSV(B) | 140.53º | 0.69% | 0.65% | - |
| XYZ | 16.67 | 28.35 | 14.27 | - |
| YUV | 122.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 165 | 90 | 0.69 | 0 | 0.45 | 0.35 | 140.53 | 0.53 | 0.42 |
| Hex | 33 | A5 | 5A | 45 | 0 | 2D | 23 | 8D | 35 | 2A |
| Octal | 63 | 245 | 132 | 105 | 0 | 55 | 43 | 215 | 65 | 52 |
| Binary | 110011 | 10100101 | 1011010 | 1000101 | 0 | 101101 | 100011 | 10001101 | 110101 | 101010 |
Color Harmonies of #33A55A
Complementary color
Monochromatic Colors of #33A55A
Black with #33A55A
Text Example
Text Example
White with #33A55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A55A; }
p { color: rgb(51,165,90); }
H1.HeaderClassName
{
color: #33A55A;
}
.AnyTagClassName
{
color: #33A55A;
}
</style>
background-color css
<style>
a { background-color: #33A55A; }
a { background-color: rgb(51,165,90); }
div.DivClassName
{
background-color: #33A55A;
}
.BgClassName
{
background-color: #33A55A;
}
</style>
border-color css
<style>
span { border-color: #33A55A; }
span { border-color: rgb(51,165,90); }
td.TdClassName
{
border-color: #33A55A;
}
.TagClassName
{
border-color: #33A55A;
}
</style>