Shades of Hunter Green #3A6A41
Tints of Hunter Green #3A6A41
RGB
CMYK
RGB Variations
Color information
#3A6A41 (or 0x3A6A41) is known color: Hunter Green. HEX triplet: 3A, 6A and 41. RGB value is (58,106,65). Sum of RGB (Red+Green+Blue) = 58+106+65=229 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.33% from 229); Green value is 106 (41.80% from 255 or 46.29% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6A41 is #C595BE. Grayscale: #575757. Windows color (decimal): -12948927 or 4287034. OLE color: 4287034.
HSL color Cylindrical-coordinate representation of color #3A6A41: hue angle of 128.75º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A6A41 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 106 | 65 | - |
| CMYK | 0.45 | 0 | 0.39 | 0.58 |
| HSL | 128.75º | 0.29% | 0.32% | - |
| HSV(B) | 128.75º | 0.45% | 0.42% | - |
| XYZ | 7.85 | 11.59 | 6.82 | - |
| YUV | 86.97 | 115.6 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 106 | 65 | 0.45 | 0 | 0.39 | 0.58 | 128.75 | 0.29 | 0.32 |
| Hex | 3A | 6A | 41 | 2D | 0 | 27 | 3A | 81 | 1D | 20 |
| Octal | 72 | 152 | 101 | 55 | 0 | 47 | 72 | 201 | 35 | 40 |
| Binary | 111010 | 1101010 | 1000001 | 101101 | 0 | 100111 | 111010 | 10000001 | 11101 | 100000 |
Color Harmonies of #3A6A41
Complementary color
Monochromatic Colors of #3A6A41
Black with #3A6A41
Text Example
Text Example
White with #3A6A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6A41; }
p { color: rgb(58,106,65); }
H1.HeaderClassName
{
color: #3A6A41;
}
.AnyTagClassName
{
color: #3A6A41;
}
</style>
background-color css
<style>
a { background-color: #3A6A41; }
a { background-color: rgb(58,106,65); }
div.DivClassName
{
background-color: #3A6A41;
}
.BgClassName
{
background-color: #3A6A41;
}
</style>
border-color css
<style>
span { border-color: #3A6A41; }
span { border-color: rgb(58,106,65); }
td.TdClassName
{
border-color: #3A6A41;
}
.TagClassName
{
border-color: #3A6A41;
}
</style>