Shades of Hunter Green #3A653D
Tints of Hunter Green #3A653D
RGB
CMYK
RGB Variations
Color information
#3A653D (or 0x3A653D) is known color: Hunter Green. HEX triplet: 3A, 65 and 3D. RGB value is (58,101,61). Sum of RGB (Red+Green+Blue) = 58+101+61=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #3A653D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A653D is #C59AC2. Grayscale: #535353. Windows color (decimal): -12950211 or 4023610. OLE color: 4023610.
HSL color Cylindrical-coordinate representation of color #3A653D: hue angle of 124.19º degrees, saturation: 0.27, 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 #3A653D is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 101 | 61 | - |
| CMYK | 0.43 | 0 | 0.40 | 0.60 |
| HSL | 124.19º | 0.27% | 0.31% | - |
| HSV(B) | 124.19º | 0.43% | 0.4% | - |
| XYZ | 7.24 | 10.54 | 6.07 | - |
| YUV | 83.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 101 | 61 | 0.43 | 0 | 0.40 | 0.60 | 124.19 | 0.27 | 0.31 |
| Hex | 3A | 65 | 3D | 2B | 0 | 28 | 3C | 7C | 1B | 1F |
| Octal | 72 | 145 | 75 | 53 | 0 | 50 | 74 | 174 | 33 | 37 |
| Binary | 111010 | 1100101 | 111101 | 101011 | 0 | 101000 | 111100 | 1111100 | 11011 | 11111 |
Color Harmonies of #3A653D
Complementary color
Monochromatic Colors of #3A653D
Black with #3A653D
Text Example
Text Example
White with #3A653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A653D; }
p { color: rgb(58,101,61); }
H1.HeaderClassName
{
color: #3A653D;
}
.AnyTagClassName
{
color: #3A653D;
}
</style>
background-color css
<style>
a { background-color: #3A653D; }
a { background-color: rgb(58,101,61); }
div.DivClassName
{
background-color: #3A653D;
}
.BgClassName
{
background-color: #3A653D;
}
</style>
border-color css
<style>
span { border-color: #3A653D; }
span { border-color: rgb(58,101,61); }
td.TdClassName
{
border-color: #3A653D;
}
.TagClassName
{
border-color: #3A653D;
}
</style>