Shades of Chateau Green #31B752
Tints of Chateau Green #31B752
RGB
CMYK
RGB Variations
Color information
#31B752 (or 0x31B752) is known color: Chateau Green. HEX triplet: 31, B7 and 52. RGB value is (49,183,82). Sum of RGB (Red+Green+Blue) = 49+183+82=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #31B752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31B752 is #CE48AD. Grayscale: #838383. Windows color (decimal): -13519022 or 5420849. OLE color: 5420849.
HSL color Cylindrical-coordinate representation of color #31B752: hue angle of 134.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B752 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 183 | 82 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.28 |
| HSL | 134.78º | 0.58% | 0.45% | - |
| HSV(B) | 134.78º | 0.73% | 0.72% | - |
| XYZ | 19.72 | 35.13 | 13.72 | - |
| YUV | 131.42 | 100.11 | 69.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 183 | 82 | 0.73 | 0 | 0.55 | 0.28 | 134.78 | 0.58 | 0.45 |
| Hex | 31 | B7 | 52 | 49 | 0 | 37 | 1C | 87 | 3A | 2D |
| Octal | 61 | 267 | 122 | 111 | 0 | 67 | 34 | 207 | 72 | 55 |
| Binary | 110001 | 10110111 | 1010010 | 1001001 | 0 | 110111 | 11100 | 10000111 | 111010 | 101101 |
Color Harmonies of #31B752
Complementary color
Monochromatic Colors of #31B752
Black with #31B752
Text Example
Text Example
White with #31B752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B752; }
p { color: rgb(49,183,82); }
H1.HeaderClassName
{
color: #31B752;
}
.AnyTagClassName
{
color: #31B752;
}
</style>
background-color css
<style>
a { background-color: #31B752; }
a { background-color: rgb(49,183,82); }
div.DivClassName
{
background-color: #31B752;
}
.BgClassName
{
background-color: #31B752;
}
</style>
border-color css
<style>
span { border-color: #31B752; }
span { border-color: rgb(49,183,82); }
td.TdClassName
{
border-color: #31B752;
}
.TagClassName
{
border-color: #31B752;
}
</style>