Shades of Hunter Green #3D5F43
Tints of Hunter Green #3D5F43
RGB
CMYK
RGB Variations
Color information
#3D5F43 (or 0x3D5F43) is known color: Hunter Green. HEX triplet: 3D, 5F and 43. RGB value is (61,95,67). Sum of RGB (Red+Green+Blue) = 61+95+67=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 67 (26.56% from 255 or 30.04% from 223); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5F43 is #C2A0BC. Grayscale: #515151. Windows color (decimal): -12755133 or 4415293. OLE color: 4415293.
HSL color Cylindrical-coordinate representation of color #3D5F43: hue angle of 130.59º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D5F43 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 61 | 95 | 67 | - |
| CMYK | 0.36 | 0 | 0.29 | 0.63 |
| HSL | 130.59º | 0.22% | 0.31% | - |
| HSV(B) | 130.59º | 0.36% | 0.37% | - |
| XYZ | 7.03 | 9.58 | 6.79 | - |
| YUV | 81.64 | 119.74 | 113.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 95 | 67 | 0.36 | 0 | 0.29 | 0.63 | 130.59 | 0.22 | 0.31 |
| Hex | 3D | 5F | 43 | 24 | 0 | 1D | 3F | 83 | 16 | 1F |
| Octal | 75 | 137 | 103 | 44 | 0 | 35 | 77 | 203 | 26 | 37 |
| Binary | 111101 | 1011111 | 1000011 | 100100 | 0 | 11101 | 111111 | 10000011 | 10110 | 11111 |
Color Harmonies of #3D5F43
Complementary color
Monochromatic Colors of #3D5F43
Black with #3D5F43
Text Example
Text Example
White with #3D5F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5F43; }
p { color: rgb(61,95,67); }
H1.HeaderClassName
{
color: #3D5F43;
}
.AnyTagClassName
{
color: #3D5F43;
}
</style>
background-color css
<style>
a { background-color: #3D5F43; }
a { background-color: rgb(61,95,67); }
div.DivClassName
{
background-color: #3D5F43;
}
.BgClassName
{
background-color: #3D5F43;
}
</style>
border-color css
<style>
span { border-color: #3D5F43; }
span { border-color: rgb(61,95,67); }
td.TdClassName
{
border-color: #3D5F43;
}
.TagClassName
{
border-color: #3D5F43;
}
</style>