Shades of Chateau Green #31BB4D
Tints of Chateau Green #31BB4D
RGB
CMYK
RGB Variations
Color information
#31BB4D (or 0x31BB4D) is known color: Chateau Green. HEX triplet: 31, BB and 4D. RGB value is (49,187,77). Sum of RGB (Red+Green+Blue) = 49+187+77=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 187 (73.44% from 255 or 59.74% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BB4D is #CE44B2. Grayscale: #858585. Windows color (decimal): -13518003 or 5094193. OLE color: 5094193.
HSL color Cylindrical-coordinate representation of color #31BB4D: hue angle of 132.17º 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 #31BB4D is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 77 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.27 |
| HSL | 132.17º | 0.58% | 0.46% | - |
| HSV(B) | 132.17º | 0.74% | 0.73% | - |
| XYZ | 20.38 | 36.73 | 13.04 | - |
| YUV | 133.2 | 96.28 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 77 | 0.74 | 0 | 0.59 | 0.27 | 132.17 | 0.58 | 0.46 |
| Hex | 31 | BB | 4D | 4A | 0 | 3B | 1B | 84 | 3A | 2E |
| Octal | 61 | 273 | 115 | 112 | 0 | 73 | 33 | 204 | 72 | 56 |
| Binary | 110001 | 10111011 | 1001101 | 1001010 | 0 | 111011 | 11011 | 10000100 | 111010 | 101110 |
Color Harmonies of #31BB4D
Complementary color
Monochromatic Colors of #31BB4D
Black with #31BB4D
Text Example
Text Example
White with #31BB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB4D; }
p { color: rgb(49,187,77); }
H1.HeaderClassName
{
color: #31BB4D;
}
.AnyTagClassName
{
color: #31BB4D;
}
</style>
background-color css
<style>
a { background-color: #31BB4D; }
a { background-color: rgb(49,187,77); }
div.DivClassName
{
background-color: #31BB4D;
}
.BgClassName
{
background-color: #31BB4D;
}
</style>
border-color css
<style>
span { border-color: #31BB4D; }
span { border-color: rgb(49,187,77); }
td.TdClassName
{
border-color: #31BB4D;
}
.TagClassName
{
border-color: #31BB4D;
}
</style>