Shades of Chateau Green #33AA5E
Tints of Chateau Green #33AA5E
RGB
CMYK
RGB Variations
Color information
#33AA5E (or 0x33AA5E) is known color: Chateau Green. HEX triplet: 33, AA and 5E. RGB value is (51,170,94). Sum of RGB (Red+Green+Blue) = 51+170+94=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #33AA5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AA5E is #CC55A1. Grayscale: #7D7D7D. Windows color (decimal): -13391266 or 6203955. OLE color: 6203955.
HSL color Cylindrical-coordinate representation of color #33AA5E: hue angle of 141.68º 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 #33AA5E is Cyan = 0.7, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
RGB | 51 | 170 | 94 | - |
CMYK | 0.7 | 0 | 0.45 | 0.33 |
HSL | 141.68º | 0.54% | 0.43% | - |
HSV(B) | 141.68º | 0.7% | 0.67% | - |
XYZ | 17.76 | 30.26 | 15.49 | - |
YUV | 125.76 | 110.08 | 74.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 51 | 170 | 94 | 0.7 | 0 | 0.45 | 0.33 | 141.68 | 0.54 | 0.43 |
Hex | 33 | AA | 5E | 46 | 0 | 2D | 21 | 8E | 36 | 2B |
Octal | 63 | 252 | 136 | 106 | 0 | 55 | 41 | 216 | 66 | 53 |
Binary | 110011 | 10101010 | 1011110 | 1000110 | 0 | 101101 | 100001 | 10001110 | 110110 | 101011 |
Color Harmonies of #33AA5E
Complementary color
Monochromatic Colors of #33AA5E
Black with #33AA5E
Text Example
Text Example
White with #33AA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AA5E; }
p { color: rgb(51,170,94); }
H1.HeaderClassName
{
color: #33AA5E;
}
.AnyTagClassName
{
color: #33AA5E;
}
</style>
background-color css
<style>
a { background-color: #33AA5E; }
a { background-color: rgb(51,170,94); }
div.DivClassName
{
background-color: #33AA5E;
}
.BgClassName
{
background-color: #33AA5E;
}
</style>
border-color css
<style>
span { border-color: #33AA5E; }
span { border-color: rgb(51,170,94); }
td.TdClassName
{
border-color: #33AA5E;
}
.TagClassName
{
border-color: #33AA5E;
}
</style>