Shades of Hunter Green #31643D
Tints of Hunter Green #31643D
RGB
CMYK
RGB Variations
Color information
#31643D (or 0x31643D) is known color: Hunter Green. HEX triplet: 31, 64 and 3D. RGB value is (49,100,61). Sum of RGB (Red+Green+Blue) = 49+100+61=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 100 (39.45% from 255 or 47.62% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 100 - color contains mainly: green. Hex color #31643D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31643D is #CE9BC2. Grayscale: #505050. Windows color (decimal): -13540291 or 4023345. OLE color: 4023345.
HSL color Cylindrical-coordinate representation of color #31643D: hue angle of 134.12º 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 #31643D is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 49 | 100 | 61 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.61 |
| HSL | 134.12º | 0.34% | 0.29% | - |
| HSV(B) | 134.12º | 0.51% | 0.39% | - |
| XYZ | 6.67 | 10.1 | 6.01 | - |
| YUV | 80.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 61 | 0.51 | 0 | 0.39 | 0.61 | 134.12 | 0.34 | 0.29 |
| Hex | 31 | 64 | 3D | 33 | 0 | 27 | 3D | 86 | 22 | 1D |
| Octal | 61 | 144 | 75 | 63 | 0 | 47 | 75 | 206 | 42 | 35 |
| Binary | 110001 | 1100100 | 111101 | 110011 | 0 | 100111 | 111101 | 10000110 | 100010 | 11101 |
Color Harmonies of #31643D
Complementary color
Monochromatic Colors of #31643D
Black with #31643D
Text Example
Text Example
White with #31643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31643D; }
p { color: rgb(49,100,61); }
H1.HeaderClassName
{
color: #31643D;
}
.AnyTagClassName
{
color: #31643D;
}
</style>
background-color css
<style>
a { background-color: #31643D; }
a { background-color: rgb(49,100,61); }
div.DivClassName
{
background-color: #31643D;
}
.BgClassName
{
background-color: #31643D;
}
</style>
border-color css
<style>
span { border-color: #31643D; }
span { border-color: rgb(49,100,61); }
td.TdClassName
{
border-color: #31643D;
}
.TagClassName
{
border-color: #31643D;
}
</style>