Shades of Hunter Green #3D633F
Tints of Hunter Green #3D633F
RGB
CMYK
RGB Variations
Color information
#3D633F (or 0x3D633F) is known color: Hunter Green. HEX triplet: 3D, 63 and 3F. RGB value is (61,99,63). Sum of RGB (Red+Green+Blue) = 61+99+63=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 99 (39.06% from 255 or 44.39% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 99 - color contains mainly: green. Hex color #3D633F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D633F is #C29CC0. Grayscale: #535353. Windows color (decimal): -12754113 or 4154173. OLE color: 4154173.
HSL color Cylindrical-coordinate representation of color #3D633F: hue angle of 123.16º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3D633F is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 61 | 99 | 63 | - |
| CMYK | 0.38 | 0 | 0.36 | 0.61 |
| HSL | 123.16º | 0.24% | 0.31% | - |
| HSV(B) | 123.16º | 0.38% | 0.39% | - |
| XYZ | 7.28 | 10.27 | 6.3 | - |
| YUV | 83.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 99 | 63 | 0.38 | 0 | 0.36 | 0.61 | 123.16 | 0.24 | 0.31 |
| Hex | 3D | 63 | 3F | 26 | 0 | 24 | 3D | 7B | 18 | 1F |
| Octal | 75 | 143 | 77 | 46 | 0 | 44 | 75 | 173 | 30 | 37 |
| Binary | 111101 | 1100011 | 111111 | 100110 | 0 | 100100 | 111101 | 1111011 | 11000 | 11111 |
Color Harmonies of #3D633F
Complementary color
Monochromatic Colors of #3D633F
Black with #3D633F
Text Example
Text Example
White with #3D633F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D633F; }
p { color: rgb(61,99,63); }
H1.HeaderClassName
{
color: #3D633F;
}
.AnyTagClassName
{
color: #3D633F;
}
</style>
background-color css
<style>
a { background-color: #3D633F; }
a { background-color: rgb(61,99,63); }
div.DivClassName
{
background-color: #3D633F;
}
.BgClassName
{
background-color: #3D633F;
}
</style>
border-color css
<style>
span { border-color: #3D633F; }
span { border-color: rgb(61,99,63); }
td.TdClassName
{
border-color: #3D633F;
}
.TagClassName
{
border-color: #3D633F;
}
</style>