Shades of Hunter Green #3A6144
Tints of Hunter Green #3A6144
RGB
CMYK
RGB Variations
Color information
#3A6144 (or 0x3A6144) is known color: Hunter Green. HEX triplet: 3A, 61 and 44. RGB value is (58,97,68). Sum of RGB (Red+Green+Blue) = 58+97+68=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6144 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6144 is #C59EBB. Grayscale: #525252. Windows color (decimal): -12951228 or 4481338. OLE color: 4481338.
HSL color Cylindrical-coordinate representation of color #3A6144: hue angle of 135.38º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3A6144 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 97 | 68 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.62 |
| HSL | 135.38º | 0.25% | 0.3% | - |
| HSV(B) | 135.38º | 0.4% | 0.38% | - |
| XYZ | 7.06 | 9.87 | 7 | - |
| YUV | 82.03 | 120.08 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 97 | 68 | 0.40 | 0 | 0.30 | 0.62 | 135.38 | 0.25 | 0.3 |
| Hex | 3A | 61 | 44 | 28 | 0 | 1E | 3E | 87 | 19 | 1E |
| Octal | 72 | 141 | 104 | 50 | 0 | 36 | 76 | 207 | 31 | 36 |
| Binary | 111010 | 1100001 | 1000100 | 101000 | 0 | 11110 | 111110 | 10000111 | 11001 | 11110 |
Color Harmonies of #3A6144
Complementary color
Monochromatic Colors of #3A6144
Black with #3A6144
Text Example
Text Example
White with #3A6144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6144; }
p { color: rgb(58,97,68); }
H1.HeaderClassName
{
color: #3A6144;
}
.AnyTagClassName
{
color: #3A6144;
}
</style>
background-color css
<style>
a { background-color: #3A6144; }
a { background-color: rgb(58,97,68); }
div.DivClassName
{
background-color: #3A6144;
}
.BgClassName
{
background-color: #3A6144;
}
</style>
border-color css
<style>
span { border-color: #3A6144; }
span { border-color: rgb(58,97,68); }
td.TdClassName
{
border-color: #3A6144;
}
.TagClassName
{
border-color: #3A6144;
}
</style>