Shades of Chateau Green #31AD4F
Tints of Chateau Green #31AD4F
RGB
CMYK
RGB Variations
Color information
#31AD4F (or 0x31AD4F) is known color: Chateau Green. HEX triplet: 31, AD and 4F. RGB value is (49,173,79). Sum of RGB (Red+Green+Blue) = 49+173+79=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31AD4F is #CE52B0. Grayscale: #7D7D7D. Windows color (decimal): -13521585 or 5221681. OLE color: 5221681.
HSL color Cylindrical-coordinate representation of color #31AD4F: hue angle of 134.52º 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 #31AD4F is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 79 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.32 |
| HSL | 134.52º | 0.56% | 0.44% | - |
| HSV(B) | 134.52º | 0.72% | 0.68% | - |
| XYZ | 17.62 | 31.1 | 12.47 | - |
| YUV | 125.21 | 101.92 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 79 | 0.72 | 0 | 0.54 | 0.32 | 134.52 | 0.56 | 0.44 |
| Hex | 31 | AD | 4F | 48 | 0 | 36 | 20 | 87 | 38 | 2C |
| Octal | 61 | 255 | 117 | 110 | 0 | 66 | 40 | 207 | 70 | 54 |
| Binary | 110001 | 10101101 | 1001111 | 1001000 | 0 | 110110 | 100000 | 10000111 | 111000 | 101100 |
Color Harmonies of #31AD4F
Complementary color
Monochromatic Colors of #31AD4F
Black with #31AD4F
Text Example
Text Example
White with #31AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD4F; }
p { color: rgb(49,173,79); }
H1.HeaderClassName
{
color: #31AD4F;
}
.AnyTagClassName
{
color: #31AD4F;
}
</style>
background-color css
<style>
a { background-color: #31AD4F; }
a { background-color: rgb(49,173,79); }
div.DivClassName
{
background-color: #31AD4F;
}
.BgClassName
{
background-color: #31AD4F;
}
</style>
border-color css
<style>
span { border-color: #31AD4F; }
span { border-color: rgb(49,173,79); }
td.TdClassName
{
border-color: #31AD4F;
}
.TagClassName
{
border-color: #31AD4F;
}
</style>