Shades of Chateau Green #33B04C
Tints of Chateau Green #33B04C
RGB
CMYK
RGB Variations
Color information
#33B04C (or 0x33B04C) is known color: Chateau Green. HEX triplet: 33, B0 and 4C. RGB value is (51,176,76). Sum of RGB (Red+Green+Blue) = 51+176+76=303 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.83% from 303); Green value is 176 (69.14% from 255 or 58.09% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 176 - color contains mainly: green. Hex color #33B04C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33B04C is #CC4FB3. Grayscale: #7F7F7F. Windows color (decimal): -13389748 or 5025843. OLE color: 5025843.
HSL color Cylindrical-coordinate representation of color #33B04C: hue angle of 132º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33B04C is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 176 | 76 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.31 |
| HSL | 132º | 0.55% | 0.45% | - |
| HSV(B) | 132º | 0.71% | 0.69% | - |
| XYZ | 18.2 | 32.28 | 12.11 | - |
| YUV | 127.23 | 99.09 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 176 | 76 | 0.71 | 0 | 0.57 | 0.31 | 132 | 0.55 | 0.45 |
| Hex | 33 | B0 | 4C | 47 | 0 | 39 | 1F | 84 | 37 | 2D |
| Octal | 63 | 260 | 114 | 107 | 0 | 71 | 37 | 204 | 67 | 55 |
| Binary | 110011 | 10110000 | 1001100 | 1000111 | 0 | 111001 | 11111 | 10000100 | 110111 | 101101 |
Color Harmonies of #33B04C
Complementary color
Monochromatic Colors of #33B04C
Black with #33B04C
Text Example
Text Example
White with #33B04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B04C; }
p { color: rgb(51,176,76); }
H1.HeaderClassName
{
color: #33B04C;
}
.AnyTagClassName
{
color: #33B04C;
}
</style>
background-color css
<style>
a { background-color: #33B04C; }
a { background-color: rgb(51,176,76); }
div.DivClassName
{
background-color: #33B04C;
}
.BgClassName
{
background-color: #33B04C;
}
</style>
border-color css
<style>
span { border-color: #33B04C; }
span { border-color: rgb(51,176,76); }
td.TdClassName
{
border-color: #33B04C;
}
.TagClassName
{
border-color: #33B04C;
}
</style>