Shades of Chateau Green #33AB4A
Tints of Chateau Green #33AB4A
RGB
CMYK
RGB Variations
Color information
#33AB4A (or 0x33AB4A) is known color: Chateau Green. HEX triplet: 33, AB and 4A. RGB value is (51,171,74). Sum of RGB (Red+Green+Blue) = 51+171+74=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #33AB4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AB4A is #CC54B5. Grayscale: #7C7C7C. Windows color (decimal): -13391030 or 4893491. OLE color: 4893491.
HSL color Cylindrical-coordinate representation of color #33AB4A: hue angle of 131.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AB4A is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 51 | 171 | 74 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.33 |
| HSL | 131.5º | 0.54% | 0.44% | - |
| HSV(B) | 131.5º | 0.7% | 0.67% | - |
| XYZ | 17.16 | 30.32 | 11.43 | - |
| YUV | 124.06 | 99.74 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 171 | 74 | 0.70 | 0 | 0.57 | 0.33 | 131.5 | 0.54 | 0.44 |
| Hex | 33 | AB | 4A | 46 | 0 | 39 | 21 | 84 | 36 | 2C |
| Octal | 63 | 253 | 112 | 106 | 0 | 71 | 41 | 204 | 66 | 54 |
| Binary | 110011 | 10101011 | 1001010 | 1000110 | 0 | 111001 | 100001 | 10000100 | 110110 | 101100 |
Color Harmonies of #33AB4A
Complementary color
Monochromatic Colors of #33AB4A
Black with #33AB4A
Text Example
Text Example
White with #33AB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AB4A; }
p { color: rgb(51,171,74); }
H1.HeaderClassName
{
color: #33AB4A;
}
.AnyTagClassName
{
color: #33AB4A;
}
</style>
background-color css
<style>
a { background-color: #33AB4A; }
a { background-color: rgb(51,171,74); }
div.DivClassName
{
background-color: #33AB4A;
}
.BgClassName
{
background-color: #33AB4A;
}
</style>
border-color css
<style>
span { border-color: #33AB4A; }
span { border-color: rgb(51,171,74); }
td.TdClassName
{
border-color: #33AB4A;
}
.TagClassName
{
border-color: #33AB4A;
}
</style>