Shades of Chateau Green #31B94A
Tints of Chateau Green #31B94A
RGB
CMYK
RGB Variations
Color information
#31B94A (or 0x31B94A) is known color: Chateau Green. HEX triplet: 31, B9 and 4A. RGB value is (49,185,74). Sum of RGB (Red+Green+Blue) = 49+185+74=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #31B94A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B94A is #CE46B5. Grayscale: #838383. Windows color (decimal): -13518518 or 4897073. OLE color: 4897073.
HSL color Cylindrical-coordinate representation of color #31B94A: hue angle of 131.03º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31B94A is Cyan = 0.74, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 185 | 74 | - |
| CMYK | 0.74 | 0 | 0.6 | 0.27 |
| HSL | 131.03º | 0.58% | 0.46% | - |
| HSV(B) | 131.03º | 0.74% | 0.73% | - |
| XYZ | 19.85 | 35.85 | 12.35 | - |
| YUV | 131.68 | 95.44 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 185 | 74 | 0.74 | 0 | 0.6 | 0.27 | 131.03 | 0.58 | 0.46 |
| Hex | 31 | B9 | 4A | 4A | 0 | 3C | 1B | 83 | 3A | 2E |
| Octal | 61 | 271 | 112 | 112 | 0 | 74 | 33 | 203 | 72 | 56 |
| Binary | 110001 | 10111001 | 1001010 | 1001010 | 0 | 111100 | 11011 | 10000011 | 111010 | 101110 |
Color Harmonies of #31B94A
Complementary color
Monochromatic Colors of #31B94A
Black with #31B94A
Text Example
Text Example
White with #31B94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B94A; }
p { color: rgb(49,185,74); }
H1.HeaderClassName
{
color: #31B94A;
}
.AnyTagClassName
{
color: #31B94A;
}
</style>
background-color css
<style>
a { background-color: #31B94A; }
a { background-color: rgb(49,185,74); }
div.DivClassName
{
background-color: #31B94A;
}
.BgClassName
{
background-color: #31B94A;
}
</style>
border-color css
<style>
span { border-color: #31B94A; }
span { border-color: rgb(49,185,74); }
td.TdClassName
{
border-color: #31B94A;
}
.TagClassName
{
border-color: #31B94A;
}
</style>