Shades of Chateau Green #33A64B
Tints of Chateau Green #33A64B
RGB
CMYK
RGB Variations
Color information
#33A64B (or 0x33A64B) is known color: Chateau Green. HEX triplet: 33, A6 and 4B. RGB value is (51,166,75). Sum of RGB (Red+Green+Blue) = 51+166+75=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 166 (65.23% from 255 or 56.85% from 292); Blue value is 75 (29.69% from 255 or 25.68% from 292); Max value from RGB is 166 - color contains mainly: green. Hex color #33A64B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A64B is #CC59B4. Grayscale: #797979. Windows color (decimal): -13392309 or 4957747. OLE color: 4957747.
HSL color Cylindrical-coordinate representation of color #33A64B: hue angle of 132.52º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A64B is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 166 | 75 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.35 |
| HSL | 132.52º | 0.53% | 0.43% | - |
| HSV(B) | 132.52º | 0.69% | 0.65% | - |
| XYZ | 16.27 | 28.48 | 11.3 | - |
| YUV | 121.24 | 101.9 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 166 | 75 | 0.69 | 0 | 0.55 | 0.35 | 132.52 | 0.53 | 0.43 |
| Hex | 33 | A6 | 4B | 45 | 0 | 37 | 23 | 85 | 35 | 2B |
| Octal | 63 | 246 | 113 | 105 | 0 | 67 | 43 | 205 | 65 | 53 |
| Binary | 110011 | 10100110 | 1001011 | 1000101 | 0 | 110111 | 100011 | 10000101 | 110101 | 101011 |
Color Harmonies of #33A64B
Complementary color
Monochromatic Colors of #33A64B
Black with #33A64B
Text Example
Text Example
White with #33A64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A64B; }
p { color: rgb(51,166,75); }
H1.HeaderClassName
{
color: #33A64B;
}
.AnyTagClassName
{
color: #33A64B;
}
</style>
background-color css
<style>
a { background-color: #33A64B; }
a { background-color: rgb(51,166,75); }
div.DivClassName
{
background-color: #33A64B;
}
.BgClassName
{
background-color: #33A64B;
}
</style>
border-color css
<style>
span { border-color: #33A64B; }
span { border-color: rgb(51,166,75); }
td.TdClassName
{
border-color: #33A64B;
}
.TagClassName
{
border-color: #33A64B;
}
</style>