Shades of Chateau Green #32AF4E
Tints of Chateau Green #32AF4E
RGB
CMYK
RGB Variations
Color information
#32AF4E (or 0x32AF4E) is known color: Chateau Green. HEX triplet: 32, AF and 4E. RGB value is (50,175,78). Sum of RGB (Red+Green+Blue) = 50+175+78=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32AF4E is #CD50B1. Grayscale: #7E7E7E. Windows color (decimal): -13455538 or 5156658. OLE color: 5156658.
HSL color Cylindrical-coordinate representation of color #32AF4E: hue angle of 133.44º 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 #32AF4E is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 78 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.31 |
| HSL | 133.44º | 0.56% | 0.44% | - |
| HSV(B) | 133.44º | 0.71% | 0.69% | - |
| XYZ | 18.02 | 31.89 | 12.41 | - |
| YUV | 126.57 | 100.59 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 78 | 0.71 | 0 | 0.55 | 0.31 | 133.44 | 0.56 | 0.44 |
| Hex | 32 | AF | 4E | 47 | 0 | 37 | 1F | 85 | 38 | 2C |
| Octal | 62 | 257 | 116 | 107 | 0 | 67 | 37 | 205 | 70 | 54 |
| Binary | 110010 | 10101111 | 1001110 | 1000111 | 0 | 110111 | 11111 | 10000101 | 111000 | 101100 |
Color Harmonies of #32AF4E
Complementary color
Monochromatic Colors of #32AF4E
Black with #32AF4E
Text Example
Text Example
White with #32AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF4E; }
p { color: rgb(50,175,78); }
H1.HeaderClassName
{
color: #32AF4E;
}
.AnyTagClassName
{
color: #32AF4E;
}
</style>
background-color css
<style>
a { background-color: #32AF4E; }
a { background-color: rgb(50,175,78); }
div.DivClassName
{
background-color: #32AF4E;
}
.BgClassName
{
background-color: #32AF4E;
}
</style>
border-color css
<style>
span { border-color: #32AF4E; }
span { border-color: rgb(50,175,78); }
td.TdClassName
{
border-color: #32AF4E;
}
.TagClassName
{
border-color: #32AF4E;
}
</style>