Shades of Chateau Green #33AA5D
Tints of Chateau Green #33AA5D
RGB
CMYK
RGB Variations
Color information
#33AA5D (or 0x33AA5D) is known color: Chateau Green. HEX triplet: 33, AA and 5D. RGB value is (51,170,93). Sum of RGB (Red+Green+Blue) = 51+170+93=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #33AA5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AA5D is #CC55A2. Grayscale: #7D7D7D. Windows color (decimal): -13391267 or 6138419. OLE color: 6138419.
HSL color Cylindrical-coordinate representation of color #33AA5D: hue angle of 141.18º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AA5D is Cyan = 0.7, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 170 | 93 | - |
| CMYK | 0.7 | 0 | 0.45 | 0.33 |
| HSL | 141.18º | 0.54% | 0.43% | - |
| HSV(B) | 141.18º | 0.7% | 0.67% | - |
| XYZ | 17.72 | 30.24 | 15.26 | - |
| YUV | 125.64 | 109.58 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 170 | 93 | 0.7 | 0 | 0.45 | 0.33 | 141.18 | 0.54 | 0.43 |
| Hex | 33 | AA | 5D | 46 | 0 | 2D | 21 | 8D | 36 | 2B |
| Octal | 63 | 252 | 135 | 106 | 0 | 55 | 41 | 215 | 66 | 53 |
| Binary | 110011 | 10101010 | 1011101 | 1000110 | 0 | 101101 | 100001 | 10001101 | 110110 | 101011 |
Color Harmonies of #33AA5D
Complementary color
Monochromatic Colors of #33AA5D
Black with #33AA5D
Text Example
Text Example
White with #33AA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AA5D; }
p { color: rgb(51,170,93); }
H1.HeaderClassName
{
color: #33AA5D;
}
.AnyTagClassName
{
color: #33AA5D;
}
</style>
background-color css
<style>
a { background-color: #33AA5D; }
a { background-color: rgb(51,170,93); }
div.DivClassName
{
background-color: #33AA5D;
}
.BgClassName
{
background-color: #33AA5D;
}
</style>
border-color css
<style>
span { border-color: #33AA5D; }
span { border-color: rgb(51,170,93); }
td.TdClassName
{
border-color: #33AA5D;
}
.TagClassName
{
border-color: #33AA5D;
}
</style>