Shades of Chateau Green #31974B
Tints of Chateau Green #31974B
RGB
CMYK
RGB Variations
Color information
#31974B (or 0x31974B) is known color: Chateau Green. HEX triplet: 31, 97 and 4B. RGB value is (49,151,75). Sum of RGB (Red+Green+Blue) = 49+151+75=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 75 (29.69% from 255 or 27.27% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #31974B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31974B is #CE68B4. Grayscale: #707070. Windows color (decimal): -13527221 or 4953905. OLE color: 4953905.
HSL color Cylindrical-coordinate representation of color #31974B: hue angle of 135.29º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31974B is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 49 | 151 | 75 | - |
| CMYK | 0.68 | 0 | 0.50 | 0.41 |
| HSL | 135.29º | 0.51% | 0.39% | - |
| HSV(B) | 135.29º | 0.68% | 0.59% | - |
| XYZ | 13.6 | 23.29 | 10.44 | - |
| YUV | 111.84 | 107.21 | 83.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 151 | 75 | 0.68 | 0 | 0.50 | 0.41 | 135.29 | 0.51 | 0.39 |
| Hex | 31 | 97 | 4B | 44 | 0 | 32 | 29 | 87 | 33 | 27 |
| Octal | 61 | 227 | 113 | 104 | 0 | 62 | 51 | 207 | 63 | 47 |
| Binary | 110001 | 10010111 | 1001011 | 1000100 | 0 | 110010 | 101001 | 10000111 | 110011 | 100111 |
Color Harmonies of #31974B
Complementary color
Monochromatic Colors of #31974B
Black with #31974B
Text Example
Text Example
White with #31974B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31974B; }
p { color: rgb(49,151,75); }
H1.HeaderClassName
{
color: #31974B;
}
.AnyTagClassName
{
color: #31974B;
}
</style>
background-color css
<style>
a { background-color: #31974B; }
a { background-color: rgb(49,151,75); }
div.DivClassName
{
background-color: #31974B;
}
.BgClassName
{
background-color: #31974B;
}
</style>
border-color css
<style>
span { border-color: #31974B; }
span { border-color: rgb(49,151,75); }
td.TdClassName
{
border-color: #31974B;
}
.TagClassName
{
border-color: #31974B;
}
</style>