Shades of Chateau Green #32AF4B
Tints of Chateau Green #32AF4B
RGB
CMYK
RGB Variations
Color information
#32AF4B (or 0x32AF4B) is known color: Chateau Green. HEX triplet: 32, AF and 4B. RGB value is (50,175,75). Sum of RGB (Red+Green+Blue) = 50+175+75=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 175 (68.75% from 255 or 58.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF4B is #CD50B4. Grayscale: #7E7E7E. Windows color (decimal): -13455541 or 4960050. OLE color: 4960050.
HSL color Cylindrical-coordinate representation of color #32AF4B: hue angle of 132º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AF4B is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 75 | - |
| CMYK | 0.71 | 0 | 0.57 | 0.31 |
| HSL | 132º | 0.56% | 0.44% | - |
| HSV(B) | 132º | 0.71% | 0.69% | - |
| XYZ | 17.92 | 31.85 | 11.86 | - |
| YUV | 126.23 | 99.09 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 75 | 0.71 | 0 | 0.57 | 0.31 | 132 | 0.56 | 0.44 |
| Hex | 32 | AF | 4B | 47 | 0 | 39 | 1F | 84 | 38 | 2C |
| Octal | 62 | 257 | 113 | 107 | 0 | 71 | 37 | 204 | 70 | 54 |
| Binary | 110010 | 10101111 | 1001011 | 1000111 | 0 | 111001 | 11111 | 10000100 | 111000 | 101100 |
Color Harmonies of #32AF4B
Complementary color
Monochromatic Colors of #32AF4B
Black with #32AF4B
Text Example
Text Example
White with #32AF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF4B; }
p { color: rgb(50,175,75); }
H1.HeaderClassName
{
color: #32AF4B;
}
.AnyTagClassName
{
color: #32AF4B;
}
</style>
background-color css
<style>
a { background-color: #32AF4B; }
a { background-color: rgb(50,175,75); }
div.DivClassName
{
background-color: #32AF4B;
}
.BgClassName
{
background-color: #32AF4B;
}
</style>
border-color css
<style>
span { border-color: #32AF4B; }
span { border-color: rgb(50,175,75); }
td.TdClassName
{
border-color: #32AF4B;
}
.TagClassName
{
border-color: #32AF4B;
}
</style>