Shades of Hunter Green #31653D
Tints of Hunter Green #31653D
RGB
CMYK
RGB Variations
Color information
#31653D (or 0x31653D) is known color: Hunter Green. HEX triplet: 31, 65 and 3D. RGB value is (49,101,61). Sum of RGB (Red+Green+Blue) = 49+101+61=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #31653D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31653D is #CE9AC2. Grayscale: #505050. Windows color (decimal): -13540035 or 4023601. OLE color: 4023601.
HSL color Cylindrical-coordinate representation of color #31653D: hue angle of 133.85º 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 #31653D is Cyan = 0.51, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 49 | 101 | 61 | - |
| CMYK | 0.51 | 0 | 0.40 | 0.60 |
| HSL | 133.85º | 0.35% | 0.29% | - |
| HSV(B) | 133.85º | 0.51% | 0.4% | - |
| XYZ | 6.76 | 10.3 | 6.05 | - |
| YUV | 80.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 61 | 0.51 | 0 | 0.40 | 0.60 | 133.85 | 0.35 | 0.29 |
| Hex | 31 | 65 | 3D | 33 | 0 | 28 | 3C | 86 | 23 | 1D |
| Octal | 61 | 145 | 75 | 63 | 0 | 50 | 74 | 206 | 43 | 35 |
| Binary | 110001 | 1100101 | 111101 | 110011 | 0 | 101000 | 111100 | 10000110 | 100011 | 11101 |
Color Harmonies of #31653D
Complementary color
Monochromatic Colors of #31653D
Black with #31653D
Text Example
Text Example
White with #31653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31653D; }
p { color: rgb(49,101,61); }
H1.HeaderClassName
{
color: #31653D;
}
.AnyTagClassName
{
color: #31653D;
}
</style>
background-color css
<style>
a { background-color: #31653D; }
a { background-color: rgb(49,101,61); }
div.DivClassName
{
background-color: #31653D;
}
.BgClassName
{
background-color: #31653D;
}
</style>
border-color css
<style>
span { border-color: #31653D; }
span { border-color: rgb(49,101,61); }
td.TdClassName
{
border-color: #31653D;
}
.TagClassName
{
border-color: #31653D;
}
</style>