Shades of Chateau Green #31BD50
Tints of Chateau Green #31BD50
RGB
CMYK
RGB Variations
Color information
#31BD50 (or 0x31BD50) is known color: Chateau Green. HEX triplet: 31, BD and 50. RGB value is (49,189,80). Sum of RGB (Red+Green+Blue) = 49+189+80=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #31BD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BD50 is #CE42AF. Grayscale: #878787. Windows color (decimal): -13517488 or 5291313. OLE color: 5291313.
HSL color Cylindrical-coordinate representation of color #31BD50: hue angle of 133.29º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BD50 is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 189 | 80 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.26 |
| HSL | 133.29º | 0.59% | 0.47% | - |
| HSV(B) | 133.29º | 0.74% | 0.74% | - |
| XYZ | 20.91 | 37.63 | 13.75 | - |
| YUV | 134.71 | 97.12 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 189 | 80 | 0.74 | 0 | 0.58 | 0.26 | 133.29 | 0.59 | 0.47 |
| Hex | 31 | BD | 50 | 4A | 0 | 3A | 1A | 85 | 3B | 2F |
| Octal | 61 | 275 | 120 | 112 | 0 | 72 | 32 | 205 | 73 | 57 |
| Binary | 110001 | 10111101 | 1010000 | 1001010 | 0 | 111010 | 11010 | 10000101 | 111011 | 101111 |
Color Harmonies of #31BD50
Complementary color
Monochromatic Colors of #31BD50
Black with #31BD50
Text Example
Text Example
White with #31BD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BD50; }
p { color: rgb(49,189,80); }
H1.HeaderClassName
{
color: #31BD50;
}
.AnyTagClassName
{
color: #31BD50;
}
</style>
background-color css
<style>
a { background-color: #31BD50; }
a { background-color: rgb(49,189,80); }
div.DivClassName
{
background-color: #31BD50;
}
.BgClassName
{
background-color: #31BD50;
}
</style>
border-color css
<style>
span { border-color: #31BD50; }
span { border-color: rgb(49,189,80); }
td.TdClassName
{
border-color: #31BD50;
}
.TagClassName
{
border-color: #31BD50;
}
</style>