Shades of Hunter Green #3A603A
Tints of Hunter Green #3A603A
RGB
CMYK
RGB Variations
Color information
#3A603A (or 0x3A603A) is known color: Hunter Green. HEX triplet: 3A, 60 and 3A. RGB value is (58,96,58). Sum of RGB (Red+Green+Blue) = 58+96+58=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #3A603A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A603A is #C59FC5. Grayscale: #505050. Windows color (decimal): -12951494 or 3825722. OLE color: 3825722.
HSL color Cylindrical-coordinate representation of color #3A603A: hue angle of 120º 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 #3A603A is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 58 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.62 |
| HSL | 120º | 0.25% | 0.3% | - |
| HSV(B) | 120º | 0.4% | 0.38% | - |
| XYZ | 6.69 | 9.57 | 5.5 | - |
| YUV | 80.31 | 115.41 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 58 | 0.40 | 0 | 0.40 | 0.62 | 120 | 0.25 | 0.3 |
| Hex | 3A | 60 | 3A | 28 | 0 | 28 | 3E | 78 | 19 | 1E |
| Octal | 72 | 140 | 72 | 50 | 0 | 50 | 76 | 170 | 31 | 36 |
| Binary | 111010 | 1100000 | 111010 | 101000 | 0 | 101000 | 111110 | 1111000 | 11001 | 11110 |
Color Harmonies of #3A603A
Complementary color
Monochromatic Colors of #3A603A
Black with #3A603A
Text Example
Text Example
White with #3A603A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A603A; }
p { color: rgb(58,96,58); }
H1.HeaderClassName
{
color: #3A603A;
}
.AnyTagClassName
{
color: #3A603A;
}
</style>
background-color css
<style>
a { background-color: #3A603A; }
a { background-color: rgb(58,96,58); }
div.DivClassName
{
background-color: #3A603A;
}
.BgClassName
{
background-color: #3A603A;
}
</style>
border-color css
<style>
span { border-color: #3A603A; }
span { border-color: rgb(58,96,58); }
td.TdClassName
{
border-color: #3A603A;
}
.TagClassName
{
border-color: #3A603A;
}
</style>