Shades of Chateau Green #32B04A
Tints of Chateau Green #32B04A
RGB
CMYK
RGB Variations
Color information
#32B04A (or 0x32B04A) is known color: Chateau Green. HEX triplet: 32, B0 and 4A. RGB value is (50,176,74). Sum of RGB (Red+Green+Blue) = 50+176+74=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 176 (69.14% from 255 or 58.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 176 - color contains mainly: green. Hex color #32B04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B04A is #CD4FB5. Grayscale: #7E7E7E. Windows color (decimal): -13455286 or 4894770. OLE color: 4894770.
HSL color Cylindrical-coordinate representation of color #32B04A: hue angle of 131.43º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B04A is Cyan = 0.72, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 176 | 74 | - |
| CMYK | 0.72 | 0 | 0.58 | 0.31 |
| HSL | 131.43º | 0.56% | 0.44% | - |
| HSV(B) | 131.43º | 0.72% | 0.69% | - |
| XYZ | 18.08 | 32.22 | 11.75 | - |
| YUV | 126.7 | 98.26 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 176 | 74 | 0.72 | 0 | 0.58 | 0.31 | 131.43 | 0.56 | 0.44 |
| Hex | 32 | B0 | 4A | 48 | 0 | 3A | 1F | 83 | 38 | 2C |
| Octal | 62 | 260 | 112 | 110 | 0 | 72 | 37 | 203 | 70 | 54 |
| Binary | 110010 | 10110000 | 1001010 | 1001000 | 0 | 111010 | 11111 | 10000011 | 111000 | 101100 |
Color Harmonies of #32B04A
Complementary color
Monochromatic Colors of #32B04A
Black with #32B04A
Text Example
Text Example
White with #32B04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B04A; }
p { color: rgb(50,176,74); }
H1.HeaderClassName
{
color: #32B04A;
}
.AnyTagClassName
{
color: #32B04A;
}
</style>
background-color css
<style>
a { background-color: #32B04A; }
a { background-color: rgb(50,176,74); }
div.DivClassName
{
background-color: #32B04A;
}
.BgClassName
{
background-color: #32B04A;
}
</style>
border-color css
<style>
span { border-color: #32B04A; }
span { border-color: rgb(50,176,74); }
td.TdClassName
{
border-color: #32B04A;
}
.TagClassName
{
border-color: #32B04A;
}
</style>