Shades of Chateau Green #31B852
Tints of Chateau Green #31B852
RGB
CMYK
RGB Variations
Color information
#31B852 (or 0x31B852) is known color: Chateau Green. HEX triplet: 31, B8 and 52. RGB value is (49,184,82). Sum of RGB (Red+Green+Blue) = 49+184+82=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #31B852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B852 is #CE47AD. Grayscale: #848484. Windows color (decimal): -13518766 or 5421105. OLE color: 5421105.
HSL color Cylindrical-coordinate representation of color #31B852: hue angle of 134.67º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B852 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 184 | 82 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.28 |
| HSL | 134.67º | 0.58% | 0.46% | - |
| HSV(B) | 134.67º | 0.73% | 0.72% | - |
| XYZ | 19.93 | 35.54 | 13.79 | - |
| YUV | 132.01 | 99.77 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 184 | 82 | 0.73 | 0 | 0.55 | 0.28 | 134.67 | 0.58 | 0.46 |
| Hex | 31 | B8 | 52 | 49 | 0 | 37 | 1C | 87 | 3A | 2E |
| Octal | 61 | 270 | 122 | 111 | 0 | 67 | 34 | 207 | 72 | 56 |
| Binary | 110001 | 10111000 | 1010010 | 1001001 | 0 | 110111 | 11100 | 10000111 | 111010 | 101110 |
Color Harmonies of #31B852
Complementary color
Monochromatic Colors of #31B852
Black with #31B852
Text Example
Text Example
White with #31B852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B852; }
p { color: rgb(49,184,82); }
H1.HeaderClassName
{
color: #31B852;
}
.AnyTagClassName
{
color: #31B852;
}
</style>
background-color css
<style>
a { background-color: #31B852; }
a { background-color: rgb(49,184,82); }
div.DivClassName
{
background-color: #31B852;
}
.BgClassName
{
background-color: #31B852;
}
</style>
border-color css
<style>
span { border-color: #31B852; }
span { border-color: rgb(49,184,82); }
td.TdClassName
{
border-color: #31B852;
}
.TagClassName
{
border-color: #31B852;
}
</style>