Shades of Hunter Green #31633B
Tints of Hunter Green #31633B
RGB
CMYK
RGB Variations
Color information
#31633B (or 0x31633B) is known color: Hunter Green. HEX triplet: 31, 63 and 3B. RGB value is (49,99,59). Sum of RGB (Red+Green+Blue) = 49+99+59=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 99 (39.06% from 255 or 47.83% from 207); Blue value is 59 (23.44% from 255 or 28.50% from 207); Max value from RGB is 99 - color contains mainly: green. Hex color #31633B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31633B is #CE9CC4. Grayscale: #4F4F4F. Windows color (decimal): -13540549 or 3892017. OLE color: 3892017.
HSL color Cylindrical-coordinate representation of color #31633B: hue angle of 132º 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 #31633B is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 99 | 59 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.61 |
| HSL | 132º | 0.34% | 0.29% | - |
| HSV(B) | 132º | 0.51% | 0.39% | - |
| XYZ | 6.52 | 9.89 | 5.7 | - |
| YUV | 79.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 99 | 59 | 0.51 | 0 | 0.40 | 0.61 | 132 | 0.34 | 0.29 |
| Hex | 31 | 63 | 3B | 33 | 0 | 28 | 3D | 84 | 22 | 1D |
| Octal | 61 | 143 | 73 | 63 | 0 | 50 | 75 | 204 | 42 | 35 |
| Binary | 110001 | 1100011 | 111011 | 110011 | 0 | 101000 | 111101 | 10000100 | 100010 | 11101 |
Color Harmonies of #31633B
Complementary color
Monochromatic Colors of #31633B
Black with #31633B
Text Example
Text Example
White with #31633B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31633B; }
p { color: rgb(49,99,59); }
H1.HeaderClassName
{
color: #31633B;
}
.AnyTagClassName
{
color: #31633B;
}
</style>
background-color css
<style>
a { background-color: #31633B; }
a { background-color: rgb(49,99,59); }
div.DivClassName
{
background-color: #31633B;
}
.BgClassName
{
background-color: #31633B;
}
</style>
border-color css
<style>
span { border-color: #31633B; }
span { border-color: rgb(49,99,59); }
td.TdClassName
{
border-color: #31633B;
}
.TagClassName
{
border-color: #31633B;
}
</style>