Shades of Chateau Green #31BA4D
Tints of Chateau Green #31BA4D
RGB
CMYK
RGB Variations
Color information
#31BA4D (or 0x31BA4D) is known color: Chateau Green. HEX triplet: 31, BA and 4D. RGB value is (49,186,77). Sum of RGB (Red+Green+Blue) = 49+186+77=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BA4D is #CE45B2. Grayscale: #848484. Windows color (decimal): -13518259 or 5093937. OLE color: 5093937.
HSL color Cylindrical-coordinate representation of color #31BA4D: hue angle of 132.26º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BA4D is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 77 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.27 |
| HSL | 132.26º | 0.58% | 0.46% | - |
| HSV(B) | 132.26º | 0.74% | 0.73% | - |
| XYZ | 20.17 | 36.31 | 12.97 | - |
| YUV | 132.61 | 96.61 | 68.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 77 | 0.74 | 0 | 0.59 | 0.27 | 132.26 | 0.58 | 0.46 |
| Hex | 31 | BA | 4D | 4A | 0 | 3B | 1B | 84 | 3A | 2E |
| Octal | 61 | 272 | 115 | 112 | 0 | 73 | 33 | 204 | 72 | 56 |
| Binary | 110001 | 10111010 | 1001101 | 1001010 | 0 | 111011 | 11011 | 10000100 | 111010 | 101110 |
Color Harmonies of #31BA4D
Complementary color
Monochromatic Colors of #31BA4D
Black with #31BA4D
Text Example
Text Example
White with #31BA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA4D; }
p { color: rgb(49,186,77); }
H1.HeaderClassName
{
color: #31BA4D;
}
.AnyTagClassName
{
color: #31BA4D;
}
</style>
background-color css
<style>
a { background-color: #31BA4D; }
a { background-color: rgb(49,186,77); }
div.DivClassName
{
background-color: #31BA4D;
}
.BgClassName
{
background-color: #31BA4D;
}
</style>
border-color css
<style>
span { border-color: #31BA4D; }
span { border-color: rgb(49,186,77); }
td.TdClassName
{
border-color: #31BA4D;
}
.TagClassName
{
border-color: #31BA4D;
}
</style>