Shades of Chateau Green #32AB4B
Tints of Chateau Green #32AB4B
RGB
CMYK
RGB Variations
Color information
#32AB4B (or 0x32AB4B) is known color: Chateau Green. HEX triplet: 32, AB and 4B. RGB value is (50,171,75). Sum of RGB (Red+Green+Blue) = 50+171+75=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 171 (67.19% from 255 or 57.77% from 296); Blue value is 75 (29.69% from 255 or 25.34% from 296); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AB4B is #CD54B4. Grayscale: #7C7C7C. Windows color (decimal): -13456565 or 4959026. OLE color: 4959026.
HSL color Cylindrical-coordinate representation of color #32AB4B: hue angle of 132.4º 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 #32AB4B is Cyan = 0.71, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 171 | 75 | - |
| CMYK | 0.71 | 0 | 0.56 | 0.33 |
| HSL | 132.4º | 0.55% | 0.43% | - |
| HSV(B) | 132.4º | 0.71% | 0.67% | - |
| XYZ | 17.15 | 30.31 | 11.6 | - |
| YUV | 123.88 | 100.41 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 75 | 0.71 | 0 | 0.56 | 0.33 | 132.4 | 0.55 | 0.43 |
| Hex | 32 | AB | 4B | 47 | 0 | 38 | 21 | 84 | 37 | 2B |
| Octal | 62 | 253 | 113 | 107 | 0 | 70 | 41 | 204 | 67 | 53 |
| Binary | 110010 | 10101011 | 1001011 | 1000111 | 0 | 111000 | 100001 | 10000100 | 110111 | 101011 |
Color Harmonies of #32AB4B
Complementary color
Monochromatic Colors of #32AB4B
Black with #32AB4B
Text Example
Text Example
White with #32AB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AB4B; }
p { color: rgb(50,171,75); }
H1.HeaderClassName
{
color: #32AB4B;
}
.AnyTagClassName
{
color: #32AB4B;
}
</style>
background-color css
<style>
a { background-color: #32AB4B; }
a { background-color: rgb(50,171,75); }
div.DivClassName
{
background-color: #32AB4B;
}
.BgClassName
{
background-color: #32AB4B;
}
</style>
border-color css
<style>
span { border-color: #32AB4B; }
span { border-color: rgb(50,171,75); }
td.TdClassName
{
border-color: #32AB4B;
}
.TagClassName
{
border-color: #32AB4B;
}
</style>