Shades of Chateau Green #31AD5C
Tints of Chateau Green #31AD5C
RGB
CMYK
RGB Variations
Color information
#31AD5C (or 0x31AD5C) is known color: Chateau Green. HEX triplet: 31, AD and 5C. RGB value is (49,173,92). Sum of RGB (Red+Green+Blue) = 49+173+92=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AD5C is #CE52A3. Grayscale: #7E7E7E. Windows color (decimal): -13521572 or 6073649. OLE color: 6073649.
HSL color Cylindrical-coordinate representation of color #31AD5C: hue angle of 140.81º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD5C is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 92 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.32 |
| HSL | 140.81º | 0.56% | 0.44% | - |
| HSV(B) | 140.81º | 0.72% | 0.68% | - |
| XYZ | 18.14 | 31.31 | 15.21 | - |
| YUV | 126.69 | 108.42 | 72.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 92 | 0.72 | 0 | 0.47 | 0.32 | 140.81 | 0.56 | 0.44 |
| Hex | 31 | AD | 5C | 48 | 0 | 2F | 20 | 8D | 38 | 2C |
| Octal | 61 | 255 | 134 | 110 | 0 | 57 | 40 | 215 | 70 | 54 |
| Binary | 110001 | 10101101 | 1011100 | 1001000 | 0 | 101111 | 100000 | 10001101 | 111000 | 101100 |
Color Harmonies of #31AD5C
Complementary color
Monochromatic Colors of #31AD5C
Black with #31AD5C
Text Example
Text Example
White with #31AD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD5C; }
p { color: rgb(49,173,92); }
H1.HeaderClassName
{
color: #31AD5C;
}
.AnyTagClassName
{
color: #31AD5C;
}
</style>
background-color css
<style>
a { background-color: #31AD5C; }
a { background-color: rgb(49,173,92); }
div.DivClassName
{
background-color: #31AD5C;
}
.BgClassName
{
background-color: #31AD5C;
}
</style>
border-color css
<style>
span { border-color: #31AD5C; }
span { border-color: rgb(49,173,92); }
td.TdClassName
{
border-color: #31AD5C;
}
.TagClassName
{
border-color: #31AD5C;
}
</style>