Shades of Hunter Green #3B643D
Tints of Hunter Green #3B643D
RGB
CMYK
RGB Variations
Color information
#3B643D (or 0x3B643D) is known color: Hunter Green. HEX triplet: 3B, 64 and 3D. RGB value is (59,100,61). Sum of RGB (Red+Green+Blue) = 59+100+61=220 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.82% from 220); Green value is 100 (39.45% from 255 or 45.45% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 100 - color contains mainly: green. Hex color #3B643D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B643D is #C49BC2. Grayscale: #535353. Windows color (decimal): -12884931 or 4023355. OLE color: 4023355.
HSL color Cylindrical-coordinate representation of color #3B643D: hue angle of 122.93º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B643D is Cyan = 0.41, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 100 | 61 | - |
| CMYK | 0.41 | 0 | 0.39 | 0.61 |
| HSL | 122.93º | 0.26% | 0.31% | - |
| HSV(B) | 122.93º | 0.41% | 0.39% | - |
| XYZ | 7.2 | 10.38 | 6.04 | - |
| YUV | 83.3 | 115.42 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 100 | 61 | 0.41 | 0 | 0.39 | 0.61 | 122.93 | 0.26 | 0.31 |
| Hex | 3B | 64 | 3D | 29 | 0 | 27 | 3D | 7B | 1A | 1F |
| Octal | 73 | 144 | 75 | 51 | 0 | 47 | 75 | 173 | 32 | 37 |
| Binary | 111011 | 1100100 | 111101 | 101001 | 0 | 100111 | 111101 | 1111011 | 11010 | 11111 |
Color Harmonies of #3B643D
Complementary color
Monochromatic Colors of #3B643D
Black with #3B643D
Text Example
Text Example
White with #3B643D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B643D; }
p { color: rgb(59,100,61); }
H1.HeaderClassName
{
color: #3B643D;
}
.AnyTagClassName
{
color: #3B643D;
}
</style>
background-color css
<style>
a { background-color: #3B643D; }
a { background-color: rgb(59,100,61); }
div.DivClassName
{
background-color: #3B643D;
}
.BgClassName
{
background-color: #3B643D;
}
</style>
border-color css
<style>
span { border-color: #3B643D; }
span { border-color: rgb(59,100,61); }
td.TdClassName
{
border-color: #3B643D;
}
.TagClassName
{
border-color: #3B643D;
}
</style>