Shades of Hunter Green #3A6343
Tints of Hunter Green #3A6343
RGB
CMYK
RGB Variations
Color information
#3A6343 (or 0x3A6343) is known color: Hunter Green. HEX triplet: 3A, 63 and 43. RGB value is (58,99,67). Sum of RGB (Red+Green+Blue) = 58+99+67=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 99 (39.06% from 255 or 44.20% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 99 - color contains mainly: green. Hex color #3A6343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6343 is #C59CBC. Grayscale: #535353. Windows color (decimal): -12950717 or 4416314. OLE color: 4416314.
HSL color Cylindrical-coordinate representation of color #3A6343: hue angle of 133.17º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A6343 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 67 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.61 |
| HSL | 133.17º | 0.26% | 0.31% | - |
| HSV(B) | 133.17º | 0.41% | 0.39% | - |
| XYZ | 7.22 | 10.23 | 6.9 | - |
| YUV | 83.09 | 118.92 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 67 | 0.41 | 0 | 0.32 | 0.61 | 133.17 | 0.26 | 0.31 |
| Hex | 3A | 63 | 43 | 29 | 0 | 20 | 3D | 85 | 1A | 1F |
| Octal | 72 | 143 | 103 | 51 | 0 | 40 | 75 | 205 | 32 | 37 |
| Binary | 111010 | 1100011 | 1000011 | 101001 | 0 | 100000 | 111101 | 10000101 | 11010 | 11111 |
Color Harmonies of #3A6343
Complementary color
Monochromatic Colors of #3A6343
Black with #3A6343
Text Example
Text Example
White with #3A6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6343; }
p { color: rgb(58,99,67); }
H1.HeaderClassName
{
color: #3A6343;
}
.AnyTagClassName
{
color: #3A6343;
}
</style>
background-color css
<style>
a { background-color: #3A6343; }
a { background-color: rgb(58,99,67); }
div.DivClassName
{
background-color: #3A6343;
}
.BgClassName
{
background-color: #3A6343;
}
</style>
border-color css
<style>
span { border-color: #3A6343; }
span { border-color: rgb(58,99,67); }
td.TdClassName
{
border-color: #3A6343;
}
.TagClassName
{
border-color: #3A6343;
}
</style>