Shades of Hunter Green #3A5B40
Tints of Hunter Green #3A5B40
RGB
CMYK
RGB Variations
Color information
#3A5B40 (or 0x3A5B40) is known color: Hunter Green. HEX triplet: 3A, 5B and 40. RGB value is (58,91,64). Sum of RGB (Red+Green+Blue) = 58+91+64=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 91 - color contains mainly: green. Hex color #3A5B40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5B40 is #C5A4BF. Grayscale: #4E4E4E. Windows color (decimal): -12952768 or 4217658. OLE color: 4217658.
HSL color Cylindrical-coordinate representation of color #3A5B40: hue angle of 130.91º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5B40 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 91 | 64 | - |
| CMYK | 0.36 | 0 | 0.30 | 0.64 |
| HSL | 130.91º | 0.22% | 0.29% | - |
| HSV(B) | 130.91º | 0.36% | 0.36% | - |
| XYZ | 6.41 | 8.75 | 6.2 | - |
| YUV | 78.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 91 | 64 | 0.36 | 0 | 0.30 | 0.64 | 130.91 | 0.22 | 0.29 |
| Hex | 3A | 5B | 40 | 24 | 0 | 1E | 40 | 83 | 16 | 1D |
| Octal | 72 | 133 | 100 | 44 | 0 | 36 | 100 | 203 | 26 | 35 |
| Binary | 111010 | 1011011 | 1000000 | 100100 | 0 | 11110 | 1000000 | 10000011 | 10110 | 11101 |
Color Harmonies of #3A5B40
Complementary color
Monochromatic Colors of #3A5B40
Black with #3A5B40
Text Example
Text Example
White with #3A5B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5B40; }
p { color: rgb(58,91,64); }
H1.HeaderClassName
{
color: #3A5B40;
}
.AnyTagClassName
{
color: #3A5B40;
}
</style>
background-color css
<style>
a { background-color: #3A5B40; }
a { background-color: rgb(58,91,64); }
div.DivClassName
{
background-color: #3A5B40;
}
.BgClassName
{
background-color: #3A5B40;
}
</style>
border-color css
<style>
span { border-color: #3A5B40; }
span { border-color: rgb(58,91,64); }
td.TdClassName
{
border-color: #3A5B40;
}
.TagClassName
{
border-color: #3A5B40;
}
</style>