Shades of Chateau Green #31AF4E
Tints of Chateau Green #31AF4E
RGB
CMYK
RGB Variations
Color information
#31AF4E (or 0x31AF4E) is known color: Chateau Green. HEX triplet: 31, AF and 4E. RGB value is (49,175,78). Sum of RGB (Red+Green+Blue) = 49+175+78=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 175 (68.75% from 255 or 57.95% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AF4E is #CE50B1. Grayscale: #7E7E7E. Windows color (decimal): -13521074 or 5156657. OLE color: 5156657.
HSL color Cylindrical-coordinate representation of color #31AF4E: hue angle of 133.81º 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 #31AF4E is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 78 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.31 |
| HSL | 133.81º | 0.56% | 0.44% | - |
| HSV(B) | 133.81º | 0.72% | 0.69% | - |
| XYZ | 17.97 | 31.86 | 12.41 | - |
| YUV | 126.27 | 100.76 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 78 | 0.72 | 0 | 0.55 | 0.31 | 133.81 | 0.56 | 0.44 |
| Hex | 31 | AF | 4E | 48 | 0 | 37 | 1F | 86 | 38 | 2C |
| Octal | 61 | 257 | 116 | 110 | 0 | 67 | 37 | 206 | 70 | 54 |
| Binary | 110001 | 10101111 | 1001110 | 1001000 | 0 | 110111 | 11111 | 10000110 | 111000 | 101100 |
Color Harmonies of #31AF4E
Complementary color
Monochromatic Colors of #31AF4E
Black with #31AF4E
Text Example
Text Example
White with #31AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF4E; }
p { color: rgb(49,175,78); }
H1.HeaderClassName
{
color: #31AF4E;
}
.AnyTagClassName
{
color: #31AF4E;
}
</style>
background-color css
<style>
a { background-color: #31AF4E; }
a { background-color: rgb(49,175,78); }
div.DivClassName
{
background-color: #31AF4E;
}
.BgClassName
{
background-color: #31AF4E;
}
</style>
border-color css
<style>
span { border-color: #31AF4E; }
span { border-color: rgb(49,175,78); }
td.TdClassName
{
border-color: #31AF4E;
}
.TagClassName
{
border-color: #31AF4E;
}
</style>