Shades of Hunter Green #31643F
Tints of Hunter Green #31643F
RGB
CMYK
RGB Variations
Color information
#31643F (or 0x31643F) is known color: Hunter Green. HEX triplet: 31, 64 and 3F. RGB value is (49,100,63). Sum of RGB (Red+Green+Blue) = 49+100+63=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 100 (39.45% from 255 or 47.17% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 100 - color contains mainly: green. Hex color #31643F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31643F is #CE9BC0. Grayscale: #505050. Windows color (decimal): -13540289 or 4154417. OLE color: 4154417.
HSL color Cylindrical-coordinate representation of color #31643F: hue angle of 136.47º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31643F is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 63 | - |
| CMYK | 0.51 | 0 | 0.37 | 0.61 |
| HSL | 136.47º | 0.34% | 0.29% | - |
| HSV(B) | 136.47º | 0.51% | 0.39% | - |
| XYZ | 6.72 | 10.13 | 6.3 | - |
| YUV | 80.53 | 118.1 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 63 | 0.51 | 0 | 0.37 | 0.61 | 136.47 | 0.34 | 0.29 |
| Hex | 31 | 64 | 3F | 33 | 0 | 25 | 3D | 88 | 22 | 1D |
| Octal | 61 | 144 | 77 | 63 | 0 | 45 | 75 | 210 | 42 | 35 |
| Binary | 110001 | 1100100 | 111111 | 110011 | 0 | 100101 | 111101 | 10001000 | 100010 | 11101 |
Color Harmonies of #31643F
Complementary color
Monochromatic Colors of #31643F
Black with #31643F
Text Example
Text Example
White with #31643F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31643F; }
p { color: rgb(49,100,63); }
H1.HeaderClassName
{
color: #31643F;
}
.AnyTagClassName
{
color: #31643F;
}
</style>
background-color css
<style>
a { background-color: #31643F; }
a { background-color: rgb(49,100,63); }
div.DivClassName
{
background-color: #31643F;
}
.BgClassName
{
background-color: #31643F;
}
</style>
border-color css
<style>
span { border-color: #31643F; }
span { border-color: rgb(49,100,63); }
td.TdClassName
{
border-color: #31643F;
}
.TagClassName
{
border-color: #31643F;
}
</style>