Shades of Chateau Green #31B558
Tints of Chateau Green #31B558
RGB
CMYK
RGB Variations
Color information
#31B558 (or 0x31B558) is known color: Chateau Green. HEX triplet: 31, B5 and 58. RGB value is (49,181,88). Sum of RGB (Red+Green+Blue) = 49+181+88=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 181 (71.09% from 255 or 56.92% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 181 - color contains mainly: green. Hex color #31B558 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B558 is #CE4AA7. Grayscale: #838383. Windows color (decimal): -13519528 or 5813553. OLE color: 5813553.
HSL color Cylindrical-coordinate representation of color #31B558: hue angle of 137.73º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B558 is Cyan = 0.73, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 181 | 88 | - |
| CMYK | 0.73 | 0 | 0.51 | 0.29 |
| HSL | 137.73º | 0.57% | 0.45% | - |
| HSV(B) | 137.73º | 0.73% | 0.71% | - |
| XYZ | 19.55 | 34.41 | 14.84 | - |
| YUV | 130.93 | 103.77 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 181 | 88 | 0.73 | 0 | 0.51 | 0.29 | 137.73 | 0.57 | 0.45 |
| Hex | 31 | B5 | 58 | 49 | 0 | 33 | 1D | 8A | 39 | 2D |
| Octal | 61 | 265 | 130 | 111 | 0 | 63 | 35 | 212 | 71 | 55 |
| Binary | 110001 | 10110101 | 1011000 | 1001001 | 0 | 110011 | 11101 | 10001010 | 111001 | 101101 |
Color Harmonies of #31B558
Complementary color
Monochromatic Colors of #31B558
Black with #31B558
Text Example
Text Example
White with #31B558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B558; }
p { color: rgb(49,181,88); }
H1.HeaderClassName
{
color: #31B558;
}
.AnyTagClassName
{
color: #31B558;
}
</style>
background-color css
<style>
a { background-color: #31B558; }
a { background-color: rgb(49,181,88); }
div.DivClassName
{
background-color: #31B558;
}
.BgClassName
{
background-color: #31B558;
}
</style>
border-color css
<style>
span { border-color: #31B558; }
span { border-color: rgb(49,181,88); }
td.TdClassName
{
border-color: #31B558;
}
.TagClassName
{
border-color: #31B558;
}
</style>