Shades of Chateau Green #32B14D
Tints of Chateau Green #32B14D
RGB
CMYK
RGB Variations
Color information
#32B14D (or 0x32B14D) is known color: Chateau Green. HEX triplet: 32, B1 and 4D. RGB value is (50,177,77). Sum of RGB (Red+Green+Blue) = 50+177+77=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 177 (69.53% from 255 or 58.22% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 177 - color contains mainly: green. Hex color #32B14D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32B14D is #CD4EB2. Grayscale: #7F7F7F. Windows color (decimal): -13455027 or 5091634. OLE color: 5091634.
HSL color Cylindrical-coordinate representation of color #32B14D: hue angle of 132.76º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B14D is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 177 | 77 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.31 |
| HSL | 132.76º | 0.56% | 0.45% | - |
| HSV(B) | 132.76º | 0.72% | 0.69% | - |
| XYZ | 18.38 | 32.66 | 12.36 | - |
| YUV | 127.63 | 99.42 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 177 | 77 | 0.72 | 0 | 0.56 | 0.31 | 132.76 | 0.56 | 0.45 |
| Hex | 32 | B1 | 4D | 48 | 0 | 38 | 1F | 85 | 38 | 2D |
| Octal | 62 | 261 | 115 | 110 | 0 | 70 | 37 | 205 | 70 | 55 |
| Binary | 110010 | 10110001 | 1001101 | 1001000 | 0 | 111000 | 11111 | 10000101 | 111000 | 101101 |
Color Harmonies of #32B14D
Complementary color
Monochromatic Colors of #32B14D
Black with #32B14D
Text Example
Text Example
White with #32B14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B14D; }
p { color: rgb(50,177,77); }
H1.HeaderClassName
{
color: #32B14D;
}
.AnyTagClassName
{
color: #32B14D;
}
</style>
background-color css
<style>
a { background-color: #32B14D; }
a { background-color: rgb(50,177,77); }
div.DivClassName
{
background-color: #32B14D;
}
.BgClassName
{
background-color: #32B14D;
}
</style>
border-color css
<style>
span { border-color: #32B14D; }
span { border-color: rgb(50,177,77); }
td.TdClassName
{
border-color: #32B14D;
}
.TagClassName
{
border-color: #32B14D;
}
</style>