Shades of Hunter Green #31673B
Tints of Hunter Green #31673B
RGB
CMYK
RGB Variations
Color information
#31673B (or 0x31673B) is known color: Hunter Green. HEX triplet: 31, 67 and 3B. RGB value is (49,103,59). Sum of RGB (Red+Green+Blue) = 49+103+59=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 103 (40.62% from 255 or 48.82% from 211); Blue value is 59 (23.44% from 255 or 27.96% from 211); Max value from RGB is 103 - color contains mainly: green. Hex color #31673B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31673B is #CE98C4. Grayscale: #515151. Windows color (decimal): -13539525 or 3893041. OLE color: 3893041.
HSL color Cylindrical-coordinate representation of color #31673B: hue angle of 131.11º 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 #31673B is Cyan = 0.52, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 103 | 59 | - |
| CMYK | 0.52 | 0 | 0.43 | 0.60 |
| HSL | 131.11º | 0.36% | 0.3% | - |
| HSV(B) | 131.11º | 0.52% | 0.4% | - |
| XYZ | 6.91 | 10.67 | 5.83 | - |
| YUV | 81.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 103 | 59 | 0.52 | 0 | 0.43 | 0.60 | 131.11 | 0.36 | 0.3 |
| Hex | 31 | 67 | 3B | 34 | 0 | 2B | 3C | 83 | 24 | 1E |
| Octal | 61 | 147 | 73 | 64 | 0 | 53 | 74 | 203 | 44 | 36 |
| Binary | 110001 | 1100111 | 111011 | 110100 | 0 | 101011 | 111100 | 10000011 | 100100 | 11110 |
Color Harmonies of #31673B
Complementary color
Monochromatic Colors of #31673B
Black with #31673B
Text Example
Text Example
White with #31673B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31673B; }
p { color: rgb(49,103,59); }
H1.HeaderClassName
{
color: #31673B;
}
.AnyTagClassName
{
color: #31673B;
}
</style>
background-color css
<style>
a { background-color: #31673B; }
a { background-color: rgb(49,103,59); }
div.DivClassName
{
background-color: #31673B;
}
.BgClassName
{
background-color: #31673B;
}
</style>
border-color css
<style>
span { border-color: #31673B; }
span { border-color: rgb(49,103,59); }
td.TdClassName
{
border-color: #31673B;
}
.TagClassName
{
border-color: #31673B;
}
</style>