Shades of Hunter Green #3D623D
Tints of Hunter Green #3D623D
RGB
CMYK
RGB Variations
Color information
#3D623D (or 0x3D623D) is known color: Hunter Green. HEX triplet: 3D, 62 and 3D. RGB value is (61,98,61). Sum of RGB (Red+Green+Blue) = 61+98+61=220 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.73% from 220); Green value is 98 (38.67% from 255 or 44.55% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 98 - color contains mainly: green. Hex color #3D623D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D623D is #C29DC2. Grayscale: #525252. Windows color (decimal): -12754371 or 4022845. OLE color: 4022845.
HSL color Cylindrical-coordinate representation of color #3D623D: hue angle of 120º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D623D is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 98 | 61 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.62 |
| HSL | 120º | 0.23% | 0.31% | - |
| HSV(B) | 120º | 0.38% | 0.38% | - |
| XYZ | 7.13 | 10.06 | 5.98 | - |
| YUV | 82.72 | 115.74 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 61 | 0.38 | 0 | 0.38 | 0.62 | 120 | 0.23 | 0.31 |
| Hex | 3D | 62 | 3D | 26 | 0 | 26 | 3E | 78 | 17 | 1F |
| Octal | 75 | 142 | 75 | 46 | 0 | 46 | 76 | 170 | 27 | 37 |
| Binary | 111101 | 1100010 | 111101 | 100110 | 0 | 100110 | 111110 | 1111000 | 10111 | 11111 |
Color Harmonies of #3D623D
Complementary color
Monochromatic Colors of #3D623D
Black with #3D623D
Text Example
Text Example
White with #3D623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D623D; }
p { color: rgb(61,98,61); }
H1.HeaderClassName
{
color: #3D623D;
}
.AnyTagClassName
{
color: #3D623D;
}
</style>
background-color css
<style>
a { background-color: #3D623D; }
a { background-color: rgb(61,98,61); }
div.DivClassName
{
background-color: #3D623D;
}
.BgClassName
{
background-color: #3D623D;
}
</style>
border-color css
<style>
span { border-color: #3D623D; }
span { border-color: rgb(61,98,61); }
td.TdClassName
{
border-color: #3D623D;
}
.TagClassName
{
border-color: #3D623D;
}
</style>