Shades of Chateau Green #32AF5B
Tints of Chateau Green #32AF5B
RGB
CMYK
RGB Variations
Color information
#32AF5B (or 0x32AF5B) is known color: Chateau Green. HEX triplet: 32, AF and 5B. RGB value is (50,175,91). Sum of RGB (Red+Green+Blue) = 50+175+91=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF5B is #CD50A4. Grayscale: #808080. Windows color (decimal): -13455525 or 6008626. OLE color: 6008626.
HSL color Cylindrical-coordinate representation of color #32AF5B: hue angle of 139.68º 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 #32AF5B is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 91 | - |
| CMYK | 0.71 | 0 | 0.48 | 0.31 |
| HSL | 139.68º | 0.56% | 0.44% | - |
| HSV(B) | 139.68º | 0.71% | 0.69% | - |
| XYZ | 18.53 | 32.09 | 15.12 | - |
| YUV | 128.05 | 107.09 | 72.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 91 | 0.71 | 0 | 0.48 | 0.31 | 139.68 | 0.56 | 0.44 |
| Hex | 32 | AF | 5B | 47 | 0 | 30 | 1F | 8C | 38 | 2C |
| Octal | 62 | 257 | 133 | 107 | 0 | 60 | 37 | 214 | 70 | 54 |
| Binary | 110010 | 10101111 | 1011011 | 1000111 | 0 | 110000 | 11111 | 10001100 | 111000 | 101100 |
Color Harmonies of #32AF5B
Complementary color
Monochromatic Colors of #32AF5B
Black with #32AF5B
Text Example
Text Example
White with #32AF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF5B; }
p { color: rgb(50,175,91); }
H1.HeaderClassName
{
color: #32AF5B;
}
.AnyTagClassName
{
color: #32AF5B;
}
</style>
background-color css
<style>
a { background-color: #32AF5B; }
a { background-color: rgb(50,175,91); }
div.DivClassName
{
background-color: #32AF5B;
}
.BgClassName
{
background-color: #32AF5B;
}
</style>
border-color css
<style>
span { border-color: #32AF5B; }
span { border-color: rgb(50,175,91); }
td.TdClassName
{
border-color: #32AF5B;
}
.TagClassName
{
border-color: #32AF5B;
}
</style>