Shades of Hunter Green #31603B
Tints of Hunter Green #31603B
RGB
CMYK
RGB Variations
Color information
#31603B (or 0x31603B) is known color: Hunter Green. HEX triplet: 31, 60 and 3B. RGB value is (49,96,59). Sum of RGB (Red+Green+Blue) = 49+96+59=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 59 (23.44% from 255 or 28.92% from 204); Max value from RGB is 96 - color contains mainly: green. Hex color #31603B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31603B is #CE9FC4. Grayscale: #4D4D4D. Windows color (decimal): -13541317 or 3891249. OLE color: 3891249.
HSL color Cylindrical-coordinate representation of color #31603B: hue angle of 132.77º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31603B is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 49 | 96 | 59 | - |
| CMYK | 0.49 | 0 | 0.39 | 0.62 |
| HSL | 132.77º | 0.32% | 0.28% | - |
| HSV(B) | 132.77º | 0.49% | 0.38% | - |
| XYZ | 6.24 | 9.33 | 5.61 | - |
| YUV | 77.73 | 117.43 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 96 | 59 | 0.49 | 0 | 0.39 | 0.62 | 132.77 | 0.32 | 0.28 |
| Hex | 31 | 60 | 3B | 31 | 0 | 27 | 3E | 85 | 20 | 1C |
| Octal | 61 | 140 | 73 | 61 | 0 | 47 | 76 | 205 | 40 | 34 |
| Binary | 110001 | 1100000 | 111011 | 110001 | 0 | 100111 | 111110 | 10000101 | 100000 | 11100 |
Color Harmonies of #31603B
Complementary color
Monochromatic Colors of #31603B
Black with #31603B
Text Example
Text Example
White with #31603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31603B; }
p { color: rgb(49,96,59); }
H1.HeaderClassName
{
color: #31603B;
}
.AnyTagClassName
{
color: #31603B;
}
</style>
background-color css
<style>
a { background-color: #31603B; }
a { background-color: rgb(49,96,59); }
div.DivClassName
{
background-color: #31603B;
}
.BgClassName
{
background-color: #31603B;
}
</style>
border-color css
<style>
span { border-color: #31603B; }
span { border-color: rgb(49,96,59); }
td.TdClassName
{
border-color: #31603B;
}
.TagClassName
{
border-color: #31603B;
}
</style>