Shades of Hunter Green #3A6948
Tints of Hunter Green #3A6948
RGB
CMYK
RGB Variations
Color information
#3A6948 (or 0x3A6948) is known color: Hunter Green. HEX triplet: 3A, 69 and 48. RGB value is (58,105,72). Sum of RGB (Red+Green+Blue) = 58+105+72=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6948 is #C596B7. Grayscale: #575757. Windows color (decimal): -12949176 or 4745530. OLE color: 4745530.
HSL color Cylindrical-coordinate representation of color #3A6948: hue angle of 137.87º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6948 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 72 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.59 |
| HSL | 137.87º | 0.29% | 0.32% | - |
| HSV(B) | 137.87º | 0.45% | 0.41% | - |
| XYZ | 7.97 | 11.47 | 7.93 | - |
| YUV | 87.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 72 | 0.45 | 0 | 0.31 | 0.59 | 137.87 | 0.29 | 0.32 |
| Hex | 3A | 69 | 48 | 2D | 0 | 1F | 3B | 8A | 1D | 20 |
| Octal | 72 | 151 | 110 | 55 | 0 | 37 | 73 | 212 | 35 | 40 |
| Binary | 111010 | 1101001 | 1001000 | 101101 | 0 | 11111 | 111011 | 10001010 | 11101 | 100000 |
Color Harmonies of #3A6948
Complementary color
Monochromatic Colors of #3A6948
Black with #3A6948
Text Example
Text Example
White with #3A6948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6948; }
p { color: rgb(58,105,72); }
H1.HeaderClassName
{
color: #3A6948;
}
.AnyTagClassName
{
color: #3A6948;
}
</style>
background-color css
<style>
a { background-color: #3A6948; }
a { background-color: rgb(58,105,72); }
div.DivClassName
{
background-color: #3A6948;
}
.BgClassName
{
background-color: #3A6948;
}
</style>
border-color css
<style>
span { border-color: #3A6948; }
span { border-color: rgb(58,105,72); }
td.TdClassName
{
border-color: #3A6948;
}
.TagClassName
{
border-color: #3A6948;
}
</style>