Shades of Hunter Green #3A6F44
Tints of Hunter Green #3A6F44
RGB
CMYK
RGB Variations
Color information
#3A6F44 (or 0x3A6F44) is known color: Hunter Green. HEX triplet: 3A, 6F and 44. RGB value is (58,111,68). Sum of RGB (Red+Green+Blue) = 58+111+68=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 111 (43.75% from 255 or 46.84% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6F44 is #C590BB. Grayscale: #5A5A5A. Windows color (decimal): -12947644 or 4484922. OLE color: 4484922.
HSL color Cylindrical-coordinate representation of color #3A6F44: hue angle of 131.32º 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 #3A6F44 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 68 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.56 |
| HSL | 131.32º | 0.31% | 0.33% | - |
| HSV(B) | 131.32º | 0.48% | 0.44% | - |
| XYZ | 8.47 | 12.69 | 7.47 | - |
| YUV | 90.25 | 115.44 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 68 | 0.48 | 0 | 0.39 | 0.56 | 131.32 | 0.31 | 0.33 |
| Hex | 3A | 6F | 44 | 30 | 0 | 27 | 38 | 83 | 1F | 21 |
| Octal | 72 | 157 | 104 | 60 | 0 | 47 | 70 | 203 | 37 | 41 |
| Binary | 111010 | 1101111 | 1000100 | 110000 | 0 | 100111 | 111000 | 10000011 | 11111 | 100001 |
Color Harmonies of #3A6F44
Complementary color
Monochromatic Colors of #3A6F44
Black with #3A6F44
Text Example
Text Example
White with #3A6F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F44; }
p { color: rgb(58,111,68); }
H1.HeaderClassName
{
color: #3A6F44;
}
.AnyTagClassName
{
color: #3A6F44;
}
</style>
background-color css
<style>
a { background-color: #3A6F44; }
a { background-color: rgb(58,111,68); }
div.DivClassName
{
background-color: #3A6F44;
}
.BgClassName
{
background-color: #3A6F44;
}
</style>
border-color css
<style>
span { border-color: #3A6F44; }
span { border-color: rgb(58,111,68); }
td.TdClassName
{
border-color: #3A6F44;
}
.TagClassName
{
border-color: #3A6F44;
}
</style>