Shades of Chateau Green #31AF5D
Tints of Chateau Green #31AF5D
RGB
CMYK
RGB Variations
Color information
#31AF5D (or 0x31AF5D) is known color: Chateau Green. HEX triplet: 31, AF and 5D. RGB value is (49,175,93). Sum of RGB (Red+Green+Blue) = 49+175+93=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 175 (68.75% from 255 or 55.21% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 175 - color contains mainly: green. Hex color #31AF5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AF5D is #CE50A2. Grayscale: #808080. Windows color (decimal): -13521059 or 6139697. OLE color: 6139697.
HSL color Cylindrical-coordinate representation of color #31AF5D: hue angle of 140.95º 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 #31AF5D is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 175 | 93 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.31 |
| HSL | 140.95º | 0.56% | 0.44% | - |
| HSV(B) | 140.95º | 0.72% | 0.69% | - |
| XYZ | 18.57 | 32.1 | 15.57 | - |
| YUV | 127.98 | 108.26 | 71.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 175 | 93 | 0.72 | 0 | 0.47 | 0.31 | 140.95 | 0.56 | 0.44 |
| Hex | 31 | AF | 5D | 48 | 0 | 2F | 1F | 8D | 38 | 2C |
| Octal | 61 | 257 | 135 | 110 | 0 | 57 | 37 | 215 | 70 | 54 |
| Binary | 110001 | 10101111 | 1011101 | 1001000 | 0 | 101111 | 11111 | 10001101 | 111000 | 101100 |
Color Harmonies of #31AF5D
Complementary color
Monochromatic Colors of #31AF5D
Black with #31AF5D
Text Example
Text Example
White with #31AF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AF5D; }
p { color: rgb(49,175,93); }
H1.HeaderClassName
{
color: #31AF5D;
}
.AnyTagClassName
{
color: #31AF5D;
}
</style>
background-color css
<style>
a { background-color: #31AF5D; }
a { background-color: rgb(49,175,93); }
div.DivClassName
{
background-color: #31AF5D;
}
.BgClassName
{
background-color: #31AF5D;
}
</style>
border-color css
<style>
span { border-color: #31AF5D; }
span { border-color: rgb(49,175,93); }
td.TdClassName
{
border-color: #31AF5D;
}
.TagClassName
{
border-color: #31AF5D;
}
</style>