Shades of Hunter Green #3A663F
Tints of Hunter Green #3A663F
RGB
CMYK
RGB Variations
Color information
#3A663F (or 0x3A663F) is known color: Hunter Green. HEX triplet: 3A, 66 and 3F. RGB value is (58,102,63). Sum of RGB (Red+Green+Blue) = 58+102+63=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 102 (40.23% from 255 or 45.74% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 102 - color contains mainly: green. Hex color #3A663F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A663F is #C599C0. Grayscale: #545454. Windows color (decimal): -12949953 or 4154938. OLE color: 4154938.
HSL color Cylindrical-coordinate representation of color #3A663F: hue angle of 126.82º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3A663F is Cyan = 0.43, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 58 | 102 | 63 | - |
| CMYK | 0.43 | 0 | 0.38 | 0.6 |
| HSL | 126.82º | 0.28% | 0.31% | - |
| HSV(B) | 126.82º | 0.43% | 0.4% | - |
| XYZ | 7.39 | 10.76 | 6.39 | - |
| YUV | 84.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 102 | 63 | 0.43 | 0 | 0.38 | 0.6 | 126.82 | 0.28 | 0.31 |
| Hex | 3A | 66 | 3F | 2B | 0 | 26 | 3C | 7F | 1C | 1F |
| Octal | 72 | 146 | 77 | 53 | 0 | 46 | 74 | 177 | 34 | 37 |
| Binary | 111010 | 1100110 | 111111 | 101011 | 0 | 100110 | 111100 | 1111111 | 11100 | 11111 |
Color Harmonies of #3A663F
Complementary color
Monochromatic Colors of #3A663F
Black with #3A663F
Text Example
Text Example
White with #3A663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A663F; }
p { color: rgb(58,102,63); }
H1.HeaderClassName
{
color: #3A663F;
}
.AnyTagClassName
{
color: #3A663F;
}
</style>
background-color css
<style>
a { background-color: #3A663F; }
a { background-color: rgb(58,102,63); }
div.DivClassName
{
background-color: #3A663F;
}
.BgClassName
{
background-color: #3A663F;
}
</style>
border-color css
<style>
span { border-color: #3A663F; }
span { border-color: rgb(58,102,63); }
td.TdClassName
{
border-color: #3A663F;
}
.TagClassName
{
border-color: #3A663F;
}
</style>