Shades of Hunter Green #3A6F42
Tints of Hunter Green #3A6F42
RGB
CMYK
RGB Variations
Color information
#3A6F42 (or 0x3A6F42) is known color: Hunter Green. HEX triplet: 3A, 6F and 42. RGB value is (58,111,66). Sum of RGB (Red+Green+Blue) = 58+111+66=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 111 (43.75% from 255 or 47.23% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6F42 is #C590BD. Grayscale: #5A5A5A. Windows color (decimal): -12947646 or 4353850. OLE color: 4353850.
HSL color Cylindrical-coordinate representation of color #3A6F42: hue angle of 129.06º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6F42 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 66 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.56 |
| HSL | 129.06º | 0.31% | 0.33% | - |
| HSV(B) | 129.06º | 0.48% | 0.44% | - |
| XYZ | 8.41 | 12.66 | 7.15 | - |
| YUV | 90.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 66 | 0.48 | 0 | 0.41 | 0.56 | 129.06 | 0.31 | 0.33 |
| Hex | 3A | 6F | 42 | 30 | 0 | 29 | 38 | 81 | 1F | 21 |
| Octal | 72 | 157 | 102 | 60 | 0 | 51 | 70 | 201 | 37 | 41 |
| Binary | 111010 | 1101111 | 1000010 | 110000 | 0 | 101001 | 111000 | 10000001 | 11111 | 100001 |
Color Harmonies of #3A6F42
Complementary color
Monochromatic Colors of #3A6F42
Black with #3A6F42
Text Example
Text Example
White with #3A6F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F42; }
p { color: rgb(58,111,66); }
H1.HeaderClassName
{
color: #3A6F42;
}
.AnyTagClassName
{
color: #3A6F42;
}
</style>
background-color css
<style>
a { background-color: #3A6F42; }
a { background-color: rgb(58,111,66); }
div.DivClassName
{
background-color: #3A6F42;
}
.BgClassName
{
background-color: #3A6F42;
}
</style>
border-color css
<style>
span { border-color: #3A6F42; }
span { border-color: rgb(58,111,66); }
td.TdClassName
{
border-color: #3A6F42;
}
.TagClassName
{
border-color: #3A6F42;
}
</style>