Shades of Chateau Green #32BA4D
Tints of Chateau Green #32BA4D
RGB
CMYK
RGB Variations
Color information
#32BA4D (or 0x32BA4D) is known color: Chateau Green. HEX triplet: 32, BA and 4D. RGB value is (50,186,77). Sum of RGB (Red+Green+Blue) = 50+186+77=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 186 (73.05% from 255 or 59.42% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32BA4D is #CD45B2. Grayscale: #858585. Windows color (decimal): -13452723 or 5093938. OLE color: 5093938.
HSL color Cylindrical-coordinate representation of color #32BA4D: hue angle of 131.91º degrees, saturation: 0.58, 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 #32BA4D is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 186 | 77 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.27 |
| HSL | 131.91º | 0.58% | 0.46% | - |
| HSV(B) | 131.91º | 0.73% | 0.73% | - |
| XYZ | 20.21 | 36.33 | 12.97 | - |
| YUV | 132.91 | 96.44 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 186 | 77 | 0.73 | 0 | 0.59 | 0.27 | 131.91 | 0.58 | 0.46 |
| Hex | 32 | BA | 4D | 49 | 0 | 3B | 1B | 84 | 3A | 2E |
| Octal | 62 | 272 | 115 | 111 | 0 | 73 | 33 | 204 | 72 | 56 |
| Binary | 110010 | 10111010 | 1001101 | 1001001 | 0 | 111011 | 11011 | 10000100 | 111010 | 101110 |
Color Harmonies of #32BA4D
Complementary color
Monochromatic Colors of #32BA4D
Black with #32BA4D
Text Example
Text Example
White with #32BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32BA4D; }
p { color: rgb(50,186,77); }
H1.HeaderClassName
{
color: #32BA4D;
}
.AnyTagClassName
{
color: #32BA4D;
}
</style>
background-color css
<style>
a { background-color: #32BA4D; }
a { background-color: rgb(50,186,77); }
div.DivClassName
{
background-color: #32BA4D;
}
.BgClassName
{
background-color: #32BA4D;
}
</style>
border-color css
<style>
span { border-color: #32BA4D; }
span { border-color: rgb(50,186,77); }
td.TdClassName
{
border-color: #32BA4D;
}
.TagClassName
{
border-color: #32BA4D;
}
</style>