Shades of Chateau Green #31983F
Tints of Chateau Green #31983F
RGB
CMYK
RGB Variations
Color information
#31983F (or 0x31983F) is known color: Chateau Green. HEX triplet: 31, 98 and 3F. RGB value is (49,152,63). Sum of RGB (Red+Green+Blue) = 49+152+63=264 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.56% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #31983F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31983F is #CE67C0. Grayscale: #6F6F6F. Windows color (decimal): -13526977 or 4167729. OLE color: 4167729.
HSL color Cylindrical-coordinate representation of color #31983F: hue angle of 128.16º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #31983F is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 49 | 152 | 63 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.40 |
| HSL | 128.16º | 0.51% | 0.39% | - |
| HSV(B) | 128.16º | 0.68% | 0.6% | - |
| XYZ | 13.39 | 23.47 | 8.53 | - |
| YUV | 111.06 | 100.88 | 83.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 152 | 63 | 0.68 | 0 | 0.59 | 0.40 | 128.16 | 0.51 | 0.39 |
| Hex | 31 | 98 | 3F | 44 | 0 | 3B | 28 | 80 | 33 | 27 |
| Octal | 61 | 230 | 77 | 104 | 0 | 73 | 50 | 200 | 63 | 47 |
| Binary | 110001 | 10011000 | 111111 | 1000100 | 0 | 111011 | 101000 | 10000000 | 110011 | 100111 |
Color Harmonies of #31983F
Complementary color
Monochromatic Colors of #31983F
Black with #31983F
Text Example
Text Example
White with #31983F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31983F; }
p { color: rgb(49,152,63); }
H1.HeaderClassName
{
color: #31983F;
}
.AnyTagClassName
{
color: #31983F;
}
</style>
background-color css
<style>
a { background-color: #31983F; }
a { background-color: rgb(49,152,63); }
div.DivClassName
{
background-color: #31983F;
}
.BgClassName
{
background-color: #31983F;
}
</style>
border-color css
<style>
span { border-color: #31983F; }
span { border-color: rgb(49,152,63); }
td.TdClassName
{
border-color: #31983F;
}
.TagClassName
{
border-color: #31983F;
}
</style>