Shades of Chateau Green #33AF4C
Tints of Chateau Green #33AF4C
RGB
CMYK
RGB Variations
Color information
#33AF4C (or 0x33AF4C) is known color: Chateau Green. HEX triplet: 33, AF and 4C. RGB value is (51,175,76). Sum of RGB (Red+Green+Blue) = 51+175+76=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 175 (68.75% from 255 or 57.95% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 175 - color contains mainly: green. Hex color #33AF4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33AF4C is #CC50B3. Grayscale: #7E7E7E. Windows color (decimal): -13390004 or 5025587. OLE color: 5025587.
HSL color Cylindrical-coordinate representation of color #33AF4C: hue angle of 132.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AF4C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 175 | 76 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.31 |
| HSL | 132.1º | 0.55% | 0.44% | - |
| HSV(B) | 132.1º | 0.71% | 0.69% | - |
| XYZ | 18 | 31.89 | 12.04 | - |
| YUV | 126.64 | 99.42 | 74.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 175 | 76 | 0.71 | 0 | 0.57 | 0.31 | 132.1 | 0.55 | 0.44 |
| Hex | 33 | AF | 4C | 47 | 0 | 39 | 1F | 84 | 37 | 2C |
| Octal | 63 | 257 | 114 | 107 | 0 | 71 | 37 | 204 | 67 | 54 |
| Binary | 110011 | 10101111 | 1001100 | 1000111 | 0 | 111001 | 11111 | 10000100 | 110111 | 101100 |
Color Harmonies of #33AF4C
Complementary color
Monochromatic Colors of #33AF4C
Black with #33AF4C
Text Example
Text Example
White with #33AF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33AF4C; }
p { color: rgb(51,175,76); }
H1.HeaderClassName
{
color: #33AF4C;
}
.AnyTagClassName
{
color: #33AF4C;
}
</style>
background-color css
<style>
a { background-color: #33AF4C; }
a { background-color: rgb(51,175,76); }
div.DivClassName
{
background-color: #33AF4C;
}
.BgClassName
{
background-color: #33AF4C;
}
</style>
border-color css
<style>
span { border-color: #33AF4C; }
span { border-color: rgb(51,175,76); }
td.TdClassName
{
border-color: #33AF4C;
}
.TagClassName
{
border-color: #33AF4C;
}
</style>