Shades of Chateau Green #31AF59
Tints of Chateau Green #31AF59
RGB
CMYK
RGB Variations
Color information
#31AF59 (or 0x31AF59) is known color: Chateau Green. HEX triplet: 31, AF and 59. RGB value is (49,175,89). Sum of RGB (Red+Green+Blue) = 49+175+89=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF59 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AF59 is #CE50A6. Grayscale: #7F7F7F. Windows color (decimal): -13521063 or 5877553. OLE color: 5877553.
HSL color Cylindrical-coordinate representation of color #31AF59: hue angle of 139.05º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AF59 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 89 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.31 |
| HSL | 139.05º | 0.56% | 0.44% | - |
| HSV(B) | 139.05º | 0.72% | 0.69% | - |
| XYZ | 18.4 | 32.03 | 14.66 | - |
| YUV | 127.52 | 106.26 | 71.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 89 | 0.72 | 0 | 0.49 | 0.31 | 139.05 | 0.56 | 0.44 |
| Hex | 31 | AF | 59 | 48 | 0 | 31 | 1F | 8B | 38 | 2C |
| Octal | 61 | 257 | 131 | 110 | 0 | 61 | 37 | 213 | 70 | 54 |
| Binary | 110001 | 10101111 | 1011001 | 1001000 | 0 | 110001 | 11111 | 10001011 | 111000 | 101100 |
Color Harmonies of #31AF59
Complementary color
Monochromatic Colors of #31AF59
Black with #31AF59
Text Example
Text Example
White with #31AF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF59; }
p { color: rgb(49,175,89); }
H1.HeaderClassName
{
color: #31AF59;
}
.AnyTagClassName
{
color: #31AF59;
}
</style>
background-color css
<style>
a { background-color: #31AF59; }
a { background-color: rgb(49,175,89); }
div.DivClassName
{
background-color: #31AF59;
}
.BgClassName
{
background-color: #31AF59;
}
</style>
border-color css
<style>
span { border-color: #31AF59; }
span { border-color: rgb(49,175,89); }
td.TdClassName
{
border-color: #31AF59;
}
.TagClassName
{
border-color: #31AF59;
}
</style>