Shades of Hunter Green #3A693B
Tints of Hunter Green #3A693B
RGB
CMYK
RGB Variations
Color information
#3A693B (or 0x3A693B) is known color: Hunter Green. HEX triplet: 3A, 69 and 3B. RGB value is (58,105,59). Sum of RGB (Red+Green+Blue) = 58+105+59=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 105 (41.41% from 255 or 47.30% from 222); Blue value is 59 (23.44% from 255 or 26.58% from 222); Max value from RGB is 105 - color contains mainly: green. Hex color #3A693B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A693B is #C596C4. Grayscale: #555555. Windows color (decimal): -12949189 or 3893562. OLE color: 3893562.
HSL color Cylindrical-coordinate representation of color #3A693B: hue angle of 121.28º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A693B is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 59 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.59 |
| HSL | 121.28º | 0.29% | 0.32% | - |
| HSV(B) | 121.28º | 0.45% | 0.41% | - |
| XYZ | 7.59 | 11.32 | 5.92 | - |
| YUV | 85.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 59 | 0.45 | 0 | 0.44 | 0.59 | 121.28 | 0.29 | 0.32 |
| Hex | 3A | 69 | 3B | 2D | 0 | 2C | 3B | 79 | 1D | 20 |
| Octal | 72 | 151 | 73 | 55 | 0 | 54 | 73 | 171 | 35 | 40 |
| Binary | 111010 | 1101001 | 111011 | 101101 | 0 | 101100 | 111011 | 1111001 | 11101 | 100000 |
Color Harmonies of #3A693B
Complementary color
Monochromatic Colors of #3A693B
Black with #3A693B
Text Example
Text Example
White with #3A693B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A693B; }
p { color: rgb(58,105,59); }
H1.HeaderClassName
{
color: #3A693B;
}
.AnyTagClassName
{
color: #3A693B;
}
</style>
background-color css
<style>
a { background-color: #3A693B; }
a { background-color: rgb(58,105,59); }
div.DivClassName
{
background-color: #3A693B;
}
.BgClassName
{
background-color: #3A693B;
}
</style>
border-color css
<style>
span { border-color: #3A693B; }
span { border-color: rgb(58,105,59); }
td.TdClassName
{
border-color: #3A693B;
}
.TagClassName
{
border-color: #3A693B;
}
</style>