Shades of Hunter Green #3A6143
Tints of Hunter Green #3A6143
RGB
CMYK
RGB Variations
Color information
#3A6143 (or 0x3A6143) is known color: Hunter Green. HEX triplet: 3A, 61 and 43. RGB value is (58,97,67). Sum of RGB (Red+Green+Blue) = 58+97+67=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #3A6143 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6143 is #C59EBC. Grayscale: #525252. Windows color (decimal): -12951229 or 4415802. OLE color: 4415802.
HSL color Cylindrical-coordinate representation of color #3A6143: hue angle of 133.85º 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 #3A6143 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 97 | 67 | - |
| CMYK | 0.40 | 0 | 0.31 | 0.62 |
| HSL | 133.85º | 0.25% | 0.3% | - |
| HSV(B) | 133.85º | 0.4% | 0.38% | - |
| XYZ | 7.03 | 9.85 | 6.84 | - |
| YUV | 81.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 97 | 67 | 0.40 | 0 | 0.31 | 0.62 | 133.85 | 0.25 | 0.3 |
| Hex | 3A | 61 | 43 | 28 | 0 | 1F | 3E | 86 | 19 | 1E |
| Octal | 72 | 141 | 103 | 50 | 0 | 37 | 76 | 206 | 31 | 36 |
| Binary | 111010 | 1100001 | 1000011 | 101000 | 0 | 11111 | 111110 | 10000110 | 11001 | 11110 |
Color Harmonies of #3A6143
Complementary color
Monochromatic Colors of #3A6143
Black with #3A6143
Text Example
Text Example
White with #3A6143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6143; }
p { color: rgb(58,97,67); }
H1.HeaderClassName
{
color: #3A6143;
}
.AnyTagClassName
{
color: #3A6143;
}
</style>
background-color css
<style>
a { background-color: #3A6143; }
a { background-color: rgb(58,97,67); }
div.DivClassName
{
background-color: #3A6143;
}
.BgClassName
{
background-color: #3A6143;
}
</style>
border-color css
<style>
span { border-color: #3A6143; }
span { border-color: rgb(58,97,67); }
td.TdClassName
{
border-color: #3A6143;
}
.TagClassName
{
border-color: #3A6143;
}
</style>