Shades of Chateau Green #33BA54
Tints of Chateau Green #33BA54
RGB
CMYK
RGB Variations
Color information
#33BA54 (or 0x33BA54) is known color: Chateau Green. HEX triplet: 33, BA and 54. RGB value is (51,186,84). Sum of RGB (Red+Green+Blue) = 51+186+84=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 186 (73.05% from 255 or 57.94% from 321); Blue value is 84 (33.20% from 255 or 26.17% from 321); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BA54 is #CC45AB. Grayscale: #868686. Windows color (decimal): -13387180 or 5552691. OLE color: 5552691.
HSL color Cylindrical-coordinate representation of color #33BA54: hue angle of 134.67º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BA54 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 186 | 84 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.27 |
| HSL | 134.67º | 0.57% | 0.46% | - |
| HSV(B) | 134.67º | 0.73% | 0.73% | - |
| XYZ | 20.52 | 36.46 | 14.34 | - |
| YUV | 134.01 | 99.77 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 84 | 0.73 | 0 | 0.55 | 0.27 | 134.67 | 0.57 | 0.46 |
| Hex | 33 | BA | 54 | 49 | 0 | 37 | 1B | 87 | 39 | 2E |
| Octal | 63 | 272 | 124 | 111 | 0 | 67 | 33 | 207 | 71 | 56 |
| Binary | 110011 | 10111010 | 1010100 | 1001001 | 0 | 110111 | 11011 | 10000111 | 111001 | 101110 |
Color Harmonies of #33BA54
Complementary color
Monochromatic Colors of #33BA54
Black with #33BA54
Text Example
Text Example
White with #33BA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BA54; }
p { color: rgb(51,186,84); }
H1.HeaderClassName
{
color: #33BA54;
}
.AnyTagClassName
{
color: #33BA54;
}
</style>
background-color css
<style>
a { background-color: #33BA54; }
a { background-color: rgb(51,186,84); }
div.DivClassName
{
background-color: #33BA54;
}
.BgClassName
{
background-color: #33BA54;
}
</style>
border-color css
<style>
span { border-color: #33BA54; }
span { border-color: rgb(51,186,84); }
td.TdClassName
{
border-color: #33BA54;
}
.TagClassName
{
border-color: #33BA54;
}
</style>