Shades of Hunter Green #31653F
Tints of Hunter Green #31653F
RGB
CMYK
RGB Variations
Color information
#31653F (or 0x31653F) is known color: Hunter Green. HEX triplet: 31, 65 and 3F. RGB value is (49,101,63). Sum of RGB (Red+Green+Blue) = 49+101+63=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 101 (39.84% from 255 or 47.42% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 101 - color contains mainly: green. Hex color #31653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31653F is #CE9AC0. Grayscale: #515151. Windows color (decimal): -13540033 or 4154673. OLE color: 4154673.
HSL color Cylindrical-coordinate representation of color #31653F: hue angle of 136.15º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31653F is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 101 | 63 | - |
| CMYK | 0.51 | 0 | 0.38 | 0.60 |
| HSL | 136.15º | 0.35% | 0.29% | - |
| HSV(B) | 136.15º | 0.51% | 0.4% | - |
| XYZ | 6.82 | 10.32 | 6.34 | - |
| YUV | 81.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 63 | 0.51 | 0 | 0.38 | 0.60 | 136.15 | 0.35 | 0.29 |
| Hex | 31 | 65 | 3F | 33 | 0 | 26 | 3C | 88 | 23 | 1D |
| Octal | 61 | 145 | 77 | 63 | 0 | 46 | 74 | 210 | 43 | 35 |
| Binary | 110001 | 1100101 | 111111 | 110011 | 0 | 100110 | 111100 | 10001000 | 100011 | 11101 |
Color Harmonies of #31653F
Complementary color
Monochromatic Colors of #31653F
Black with #31653F
Text Example
Text Example
White with #31653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31653F; }
p { color: rgb(49,101,63); }
H1.HeaderClassName
{
color: #31653F;
}
.AnyTagClassName
{
color: #31653F;
}
</style>
background-color css
<style>
a { background-color: #31653F; }
a { background-color: rgb(49,101,63); }
div.DivClassName
{
background-color: #31653F;
}
.BgClassName
{
background-color: #31653F;
}
</style>
border-color css
<style>
span { border-color: #31653F; }
span { border-color: rgb(49,101,63); }
td.TdClassName
{
border-color: #31653F;
}
.TagClassName
{
border-color: #31653F;
}
</style>