Shades of Hunter Green #3A5A3D
Tints of Hunter Green #3A5A3D
RGB
CMYK
RGB Variations
Color information
#3A5A3D (or 0x3A5A3D) is known color: Hunter Green. HEX triplet: 3A, 5A and 3D. RGB value is (58,90,61). Sum of RGB (Red+Green+Blue) = 58+90+61=209 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.75% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A3D is #C5A5C2. Grayscale: #4D4D4D. Windows color (decimal): -12953027 or 4020794. OLE color: 4020794.
HSL color Cylindrical-coordinate representation of color #3A5A3D: hue angle of 125.62º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A5A3D is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 90 | 61 | - |
| CMYK | 0.36 | 0 | 0.32 | 0.65 |
| HSL | 125.63º | 0.22% | 0.29% | - |
| HSV(B) | 125.63º | 0.36% | 0.35% | - |
| XYZ | 6.24 | 8.55 | 5.74 | - |
| YUV | 77.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 61 | 0.36 | 0 | 0.32 | 0.65 | 125.63 | 0.22 | 0.29 |
| Hex | 3A | 5A | 3D | 24 | 0 | 20 | 41 | 7E | 16 | 1D |
| Octal | 72 | 132 | 75 | 44 | 0 | 40 | 101 | 176 | 26 | 35 |
| Binary | 111010 | 1011010 | 111101 | 100100 | 0 | 100000 | 1000001 | 1111110 | 10110 | 11101 |
Color Harmonies of #3A5A3D
Complementary color
Monochromatic Colors of #3A5A3D
Black with #3A5A3D
Text Example
Text Example
White with #3A5A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A3D; }
p { color: rgb(58,90,61); }
H1.HeaderClassName
{
color: #3A5A3D;
}
.AnyTagClassName
{
color: #3A5A3D;
}
</style>
background-color css
<style>
a { background-color: #3A5A3D; }
a { background-color: rgb(58,90,61); }
div.DivClassName
{
background-color: #3A5A3D;
}
.BgClassName
{
background-color: #3A5A3D;
}
</style>
border-color css
<style>
span { border-color: #3A5A3D; }
span { border-color: rgb(58,90,61); }
td.TdClassName
{
border-color: #3A5A3D;
}
.TagClassName
{
border-color: #3A5A3D;
}
</style>