Shades of Chateau Green #33BA4E
Tints of Chateau Green #33BA4E
RGB
CMYK
RGB Variations
Color information
#33BA4E (or 0x33BA4E) is known color: Chateau Green. HEX triplet: 33, BA and 4E. RGB value is (51,186,78). Sum of RGB (Red+Green+Blue) = 51+186+78=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #33BA4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33BA4E is #CC45B1. Grayscale: #858585. Windows color (decimal): -13387186 or 5159475. OLE color: 5159475.
HSL color Cylindrical-coordinate representation of color #33BA4E: hue angle of 132º 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 #33BA4E is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 186 | 78 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.27 |
| HSL | 132º | 0.57% | 0.46% | - |
| HSV(B) | 132º | 0.73% | 0.73% | - |
| XYZ | 20.3 | 36.37 | 13.16 | - |
| YUV | 133.32 | 96.77 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 186 | 78 | 0.73 | 0 | 0.58 | 0.27 | 132 | 0.57 | 0.46 |
| Hex | 33 | BA | 4E | 49 | 0 | 3A | 1B | 84 | 39 | 2E |
| Octal | 63 | 272 | 116 | 111 | 0 | 72 | 33 | 204 | 71 | 56 |
| Binary | 110011 | 10111010 | 1001110 | 1001001 | 0 | 111010 | 11011 | 10000100 | 111001 | 101110 |
Color Harmonies of #33BA4E
Complementary color
Monochromatic Colors of #33BA4E
Black with #33BA4E
Text Example
Text Example
White with #33BA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33BA4E; }
p { color: rgb(51,186,78); }
H1.HeaderClassName
{
color: #33BA4E;
}
.AnyTagClassName
{
color: #33BA4E;
}
</style>
background-color css
<style>
a { background-color: #33BA4E; }
a { background-color: rgb(51,186,78); }
div.DivClassName
{
background-color: #33BA4E;
}
.BgClassName
{
background-color: #33BA4E;
}
</style>
border-color css
<style>
span { border-color: #33BA4E; }
span { border-color: rgb(51,186,78); }
td.TdClassName
{
border-color: #33BA4E;
}
.TagClassName
{
border-color: #33BA4E;
}
</style>