Shades of Hunter Green #3B6948
Tints of Hunter Green #3B6948
RGB
CMYK
RGB Variations
Color information
#3B6948 (or 0x3B6948) is known color: Hunter Green. HEX triplet: 3B, 69 and 48. RGB value is (59,105,72). Sum of RGB (Red+Green+Blue) = 59+105+72=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 105 (41.41% from 255 or 44.49% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 105 - color contains mainly: green. Hex color #3B6948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6948 is #C496B7. Grayscale: #575757. Windows color (decimal): -12883640 or 4745531. OLE color: 4745531.
HSL color Cylindrical-coordinate representation of color #3B6948: hue angle of 136.96º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3B6948 is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 105 | 72 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.59 |
| HSL | 136.96º | 0.28% | 0.32% | - |
| HSV(B) | 136.96º | 0.44% | 0.41% | - |
| XYZ | 8.02 | 11.5 | 7.93 | - |
| YUV | 87.48 | 119.26 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 105 | 72 | 0.44 | 0 | 0.31 | 0.59 | 136.96 | 0.28 | 0.32 |
| Hex | 3B | 69 | 48 | 2C | 0 | 1F | 3B | 89 | 1C | 20 |
| Octal | 73 | 151 | 110 | 54 | 0 | 37 | 73 | 211 | 34 | 40 |
| Binary | 111011 | 1101001 | 1001000 | 101100 | 0 | 11111 | 111011 | 10001001 | 11100 | 100000 |
Color Harmonies of #3B6948
Complementary color
Monochromatic Colors of #3B6948
Black with #3B6948
Text Example
Text Example
White with #3B6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6948; }
p { color: rgb(59,105,72); }
H1.HeaderClassName
{
color: #3B6948;
}
.AnyTagClassName
{
color: #3B6948;
}
</style>
background-color css
<style>
a { background-color: #3B6948; }
a { background-color: rgb(59,105,72); }
div.DivClassName
{
background-color: #3B6948;
}
.BgClassName
{
background-color: #3B6948;
}
</style>
border-color css
<style>
span { border-color: #3B6948; }
span { border-color: rgb(59,105,72); }
td.TdClassName
{
border-color: #3B6948;
}
.TagClassName
{
border-color: #3B6948;
}
</style>