Shades of Chateau Green #31B051
Tints of Chateau Green #31B051
RGB
CMYK
RGB Variations
Color information
#31B051 (or 0x31B051) is known color: Chateau Green. HEX triplet: 31, B0 and 51. RGB value is (49,176,81). Sum of RGB (Red+Green+Blue) = 49+176+81=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 176 (69.14% from 255 or 57.52% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 176 - color contains mainly: green. Hex color #31B051 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31B051 is #CE4FAE. Grayscale: #7F7F7F. Windows color (decimal): -13520815 or 5353521. OLE color: 5353521.
HSL color Cylindrical-coordinate representation of color #31B051: hue angle of 135.12º 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 #31B051 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 176 | 81 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.31 |
| HSL | 135.12º | 0.56% | 0.44% | - |
| HSV(B) | 135.12º | 0.72% | 0.69% | - |
| XYZ | 18.28 | 32.3 | 13.06 | - |
| YUV | 127.2 | 101.92 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 176 | 81 | 0.72 | 0 | 0.54 | 0.31 | 135.12 | 0.56 | 0.44 |
| Hex | 31 | B0 | 51 | 48 | 0 | 36 | 1F | 87 | 38 | 2C |
| Octal | 61 | 260 | 121 | 110 | 0 | 66 | 37 | 207 | 70 | 54 |
| Binary | 110001 | 10110000 | 1010001 | 1001000 | 0 | 110110 | 11111 | 10000111 | 111000 | 101100 |
Color Harmonies of #31B051
Complementary color
Monochromatic Colors of #31B051
Black with #31B051
Text Example
Text Example
White with #31B051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B051; }
p { color: rgb(49,176,81); }
H1.HeaderClassName
{
color: #31B051;
}
.AnyTagClassName
{
color: #31B051;
}
</style>
background-color css
<style>
a { background-color: #31B051; }
a { background-color: rgb(49,176,81); }
div.DivClassName
{
background-color: #31B051;
}
.BgClassName
{
background-color: #31B051;
}
</style>
border-color css
<style>
span { border-color: #31B051; }
span { border-color: rgb(49,176,81); }
td.TdClassName
{
border-color: #31B051;
}
.TagClassName
{
border-color: #31B051;
}
</style>