Shades of Hunter Green #3A6A45
Tints of Hunter Green #3A6A45
RGB
CMYK
RGB Variations
Color information
#3A6A45 (or 0x3A6A45) is known color: Hunter Green. HEX triplet: 3A, 6A and 45. RGB value is (58,106,69). Sum of RGB (Red+Green+Blue) = 58+106+69=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 106 - color contains mainly: green. Hex color #3A6A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6A45 is #C595BA. Grayscale: #575757. Windows color (decimal): -12948923 or 4549178. OLE color: 4549178.
HSL color Cylindrical-coordinate representation of color #3A6A45: hue angle of 133.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 #3A6A45 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 106 | 69 | - |
| CMYK | 0.45 | 0 | 0.35 | 0.58 |
| HSL | 133.75º | 0.29% | 0.32% | - |
| HSV(B) | 133.75º | 0.45% | 0.42% | - |
| XYZ | 7.97 | 11.64 | 7.46 | - |
| YUV | 87.43 | 117.6 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 106 | 69 | 0.45 | 0 | 0.35 | 0.58 | 133.75 | 0.29 | 0.32 |
| Hex | 3A | 6A | 45 | 2D | 0 | 23 | 3A | 86 | 1D | 20 |
| Octal | 72 | 152 | 105 | 55 | 0 | 43 | 72 | 206 | 35 | 40 |
| Binary | 111010 | 1101010 | 1000101 | 101101 | 0 | 100011 | 111010 | 10000110 | 11101 | 100000 |
Color Harmonies of #3A6A45
Complementary color
Monochromatic Colors of #3A6A45
Black with #3A6A45
Text Example
Text Example
White with #3A6A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6A45; }
p { color: rgb(58,106,69); }
H1.HeaderClassName
{
color: #3A6A45;
}
.AnyTagClassName
{
color: #3A6A45;
}
</style>
background-color css
<style>
a { background-color: #3A6A45; }
a { background-color: rgb(58,106,69); }
div.DivClassName
{
background-color: #3A6A45;
}
.BgClassName
{
background-color: #3A6A45;
}
</style>
border-color css
<style>
span { border-color: #3A6A45; }
span { border-color: rgb(58,106,69); }
td.TdClassName
{
border-color: #3A6A45;
}
.TagClassName
{
border-color: #3A6A45;
}
</style>