Shades of Chateau Green #33AD4B
Tints of Chateau Green #33AD4B
RGB
CMYK
RGB Variations
Color information
#33AD4B (or 0x33AD4B) is known color: Chateau Green. HEX triplet: 33, AD and 4B. RGB value is (51,173,75). Sum of RGB (Red+Green+Blue) = 51+173+75=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 173 (67.97% from 255 or 57.86% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 173 - color contains mainly: green. Hex color #33AD4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AD4B is #CC52B4. Grayscale: #7D7D7D. Windows color (decimal): -13390517 or 4959539. OLE color: 4959539.
HSL color Cylindrical-coordinate representation of color #33AD4B: hue angle of 131.8º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AD4B is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 51 | 173 | 75 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.32 |
| HSL | 131.8º | 0.54% | 0.44% | - |
| HSV(B) | 131.8º | 0.71% | 0.68% | - |
| XYZ | 17.58 | 31.1 | 11.73 | - |
| YUV | 125.35 | 99.58 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 173 | 75 | 0.71 | 0 | 0.57 | 0.32 | 131.8 | 0.54 | 0.44 |
| Hex | 33 | AD | 4B | 47 | 0 | 39 | 20 | 84 | 36 | 2C |
| Octal | 63 | 255 | 113 | 107 | 0 | 71 | 40 | 204 | 66 | 54 |
| Binary | 110011 | 10101101 | 1001011 | 1000111 | 0 | 111001 | 100000 | 10000100 | 110110 | 101100 |
Color Harmonies of #33AD4B
Complementary color
Monochromatic Colors of #33AD4B
Black with #33AD4B
Text Example
Text Example
White with #33AD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AD4B; }
p { color: rgb(51,173,75); }
H1.HeaderClassName
{
color: #33AD4B;
}
.AnyTagClassName
{
color: #33AD4B;
}
</style>
background-color css
<style>
a { background-color: #33AD4B; }
a { background-color: rgb(51,173,75); }
div.DivClassName
{
background-color: #33AD4B;
}
.BgClassName
{
background-color: #33AD4B;
}
</style>
border-color css
<style>
span { border-color: #33AD4B; }
span { border-color: rgb(51,173,75); }
td.TdClassName
{
border-color: #33AD4B;
}
.TagClassName
{
border-color: #33AD4B;
}
</style>