Shades of Hunter Green #3A693F
Tints of Hunter Green #3A693F
RGB
CMYK
RGB Variations
Color information
#3A693F (or 0x3A693F) is known color: Hunter Green. HEX triplet: 3A, 69 and 3F. RGB value is (58,105,63). Sum of RGB (Red+Green+Blue) = 58+105+63=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 105 (41.41% from 255 or 46.46% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 105 - color contains mainly: green. Hex color #3A693F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A693F is #C596C0. Grayscale: #565656. Windows color (decimal): -12949185 or 4155706. OLE color: 4155706.
HSL color Cylindrical-coordinate representation of color #3A693F: hue angle of 126.38º 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 #3A693F is Cyan = 0.45, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 63 | - |
| CMYK | 0.45 | 0 | 0.4 | 0.59 |
| HSL | 126.38º | 0.29% | 0.32% | - |
| HSV(B) | 126.38º | 0.45% | 0.41% | - |
| XYZ | 7.69 | 11.36 | 6.49 | - |
| YUV | 86.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 63 | 0.45 | 0 | 0.4 | 0.59 | 126.38 | 0.29 | 0.32 |
| Hex | 3A | 69 | 3F | 2D | 0 | 28 | 3B | 7E | 1D | 20 |
| Octal | 72 | 151 | 77 | 55 | 0 | 50 | 73 | 176 | 35 | 40 |
| Binary | 111010 | 1101001 | 111111 | 101101 | 0 | 101000 | 111011 | 1111110 | 11101 | 100000 |
Color Harmonies of #3A693F
Complementary color
Monochromatic Colors of #3A693F
Black with #3A693F
Text Example
Text Example
White with #3A693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A693F; }
p { color: rgb(58,105,63); }
H1.HeaderClassName
{
color: #3A693F;
}
.AnyTagClassName
{
color: #3A693F;
}
</style>
background-color css
<style>
a { background-color: #3A693F; }
a { background-color: rgb(58,105,63); }
div.DivClassName
{
background-color: #3A693F;
}
.BgClassName
{
background-color: #3A693F;
}
</style>
border-color css
<style>
span { border-color: #3A693F; }
span { border-color: rgb(58,105,63); }
td.TdClassName
{
border-color: #3A693F;
}
.TagClassName
{
border-color: #3A693F;
}
</style>