Shades of Hunter Green #31673F
Tints of Hunter Green #31673F
RGB
CMYK
RGB Variations
Color information
#31673F (or 0x31673F) is known color: Hunter Green. HEX triplet: 31, 67 and 3F. RGB value is (49,103,63). Sum of RGB (Red+Green+Blue) = 49+103+63=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 103 (40.62% from 255 or 47.91% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 103 - color contains mainly: green. Hex color #31673F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31673F is #CE98C0. Grayscale: #525252. Windows color (decimal): -13539521 or 4155185. OLE color: 4155185.
HSL color Cylindrical-coordinate representation of color #31673F: hue angle of 135.56º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #31673F is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 103 | 63 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.60 |
| HSL | 135.56º | 0.36% | 0.3% | - |
| HSV(B) | 135.56º | 0.52% | 0.4% | - |
| XYZ | 7.01 | 10.71 | 6.4 | - |
| YUV | 82.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 103 | 63 | 0.52 | 0 | 0.39 | 0.60 | 135.56 | 0.36 | 0.3 |
| Hex | 31 | 67 | 3F | 34 | 0 | 27 | 3C | 88 | 24 | 1E |
| Octal | 61 | 147 | 77 | 64 | 0 | 47 | 74 | 210 | 44 | 36 |
| Binary | 110001 | 1100111 | 111111 | 110100 | 0 | 100111 | 111100 | 10001000 | 100100 | 11110 |
Color Harmonies of #31673F
Complementary color
Monochromatic Colors of #31673F
Black with #31673F
Text Example
Text Example
White with #31673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31673F; }
p { color: rgb(49,103,63); }
H1.HeaderClassName
{
color: #31673F;
}
.AnyTagClassName
{
color: #31673F;
}
</style>
background-color css
<style>
a { background-color: #31673F; }
a { background-color: rgb(49,103,63); }
div.DivClassName
{
background-color: #31673F;
}
.BgClassName
{
background-color: #31673F;
}
</style>
border-color css
<style>
span { border-color: #31673F; }
span { border-color: rgb(49,103,63); }
td.TdClassName
{
border-color: #31673F;
}
.TagClassName
{
border-color: #31673F;
}
</style>