Shades of Hunter Green #3D663F
Tints of Hunter Green #3D663F
RGB
CMYK
RGB Variations
Color information
#3D663F (or 0x3D663F) is known color: Hunter Green. HEX triplet: 3D, 66 and 3F. RGB value is (61,102,63). Sum of RGB (Red+Green+Blue) = 61+102+63=226 (29% of max value = 765). Red value is 61 (24.22% from 255 or 26.99% from 226); Green value is 102 (40.23% from 255 or 45.13% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 102 - color contains mainly: green. Hex color #3D663F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D663F is #C299C0. Grayscale: #555555. Windows color (decimal): -12753345 or 4154941. OLE color: 4154941.
HSL color Cylindrical-coordinate representation of color #3D663F: hue angle of 122.93º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D663F is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 102 | 63 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.6 |
| HSL | 122.93º | 0.25% | 0.32% | - |
| HSV(B) | 122.93º | 0.4% | 0.4% | - |
| XYZ | 7.57 | 10.85 | 6.4 | - |
| YUV | 85.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 102 | 63 | 0.40 | 0 | 0.38 | 0.6 | 122.93 | 0.25 | 0.32 |
| Hex | 3D | 66 | 3F | 28 | 0 | 26 | 3C | 7B | 19 | 20 |
| Octal | 75 | 146 | 77 | 50 | 0 | 46 | 74 | 173 | 31 | 40 |
| Binary | 111101 | 1100110 | 111111 | 101000 | 0 | 100110 | 111100 | 1111011 | 11001 | 100000 |
Color Harmonies of #3D663F
Complementary color
Monochromatic Colors of #3D663F
Black with #3D663F
Text Example
Text Example
White with #3D663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D663F; }
p { color: rgb(61,102,63); }
H1.HeaderClassName
{
color: #3D663F;
}
.AnyTagClassName
{
color: #3D663F;
}
</style>
background-color css
<style>
a { background-color: #3D663F; }
a { background-color: rgb(61,102,63); }
div.DivClassName
{
background-color: #3D663F;
}
.BgClassName
{
background-color: #3D663F;
}
</style>
border-color css
<style>
span { border-color: #3D663F; }
span { border-color: rgb(61,102,63); }
td.TdClassName
{
border-color: #3D663F;
}
.TagClassName
{
border-color: #3D663F;
}
</style>