Shades of Chateau Green #32AB4C
Tints of Chateau Green #32AB4C
RGB
CMYK
RGB Variations
Color information
#32AB4C (or 0x32AB4C) is known color: Chateau Green. HEX triplet: 32, AB and 4C. RGB value is (50,171,76). Sum of RGB (Red+Green+Blue) = 50+171+76=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AB4C is #CD54B3. Grayscale: #7C7C7C. Windows color (decimal): -13456564 or 5024562. OLE color: 5024562.
HSL color Cylindrical-coordinate representation of color #32AB4C: hue angle of 132.89º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AB4C is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 76 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.33 |
| HSL | 132.89º | 0.55% | 0.43% | - |
| HSV(B) | 132.89º | 0.71% | 0.67% | - |
| XYZ | 17.18 | 30.33 | 11.79 | - |
| YUV | 123.99 | 100.91 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 76 | 0.71 | 0 | 0.56 | 0.33 | 132.89 | 0.55 | 0.43 |
| Hex | 32 | AB | 4C | 47 | 0 | 38 | 21 | 85 | 37 | 2B |
| Octal | 62 | 253 | 114 | 107 | 0 | 70 | 41 | 205 | 67 | 53 |
| Binary | 110010 | 10101011 | 1001100 | 1000111 | 0 | 111000 | 100001 | 10000101 | 110111 | 101011 |
Color Harmonies of #32AB4C
Complementary color
Monochromatic Colors of #32AB4C
Black with #32AB4C
Text Example
Text Example
White with #32AB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB4C; }
p { color: rgb(50,171,76); }
H1.HeaderClassName
{
color: #32AB4C;
}
.AnyTagClassName
{
color: #32AB4C;
}
</style>
background-color css
<style>
a { background-color: #32AB4C; }
a { background-color: rgb(50,171,76); }
div.DivClassName
{
background-color: #32AB4C;
}
.BgClassName
{
background-color: #32AB4C;
}
</style>
border-color css
<style>
span { border-color: #32AB4C; }
span { border-color: rgb(50,171,76); }
td.TdClassName
{
border-color: #32AB4C;
}
.TagClassName
{
border-color: #32AB4C;
}
</style>