Shades of Hunter Green #3A5C41
Tints of Hunter Green #3A5C41
RGB
CMYK
RGB Variations
Color information
#3A5C41 (or 0x3A5C41) is known color: Hunter Green. HEX triplet: 3A, 5C and 41. RGB value is (58,92,65). Sum of RGB (Red+Green+Blue) = 58+92+65=215 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.98% from 215); Green value is 92 (36.33% from 255 or 42.79% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5C41 is #C5A3BE. Grayscale: #4E4E4E. Windows color (decimal): -12952511 or 4283450. OLE color: 4283450.
HSL color Cylindrical-coordinate representation of color #3A5C41: hue angle of 132.35º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A5C41 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 92 | 65 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.64 |
| HSL | 132.35º | 0.23% | 0.29% | - |
| HSV(B) | 132.35º | 0.37% | 0.36% | - |
| XYZ | 6.53 | 8.94 | 6.38 | - |
| YUV | 78.76 | 120.24 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 92 | 65 | 0.37 | 0 | 0.29 | 0.64 | 132.35 | 0.23 | 0.29 |
| Hex | 3A | 5C | 41 | 25 | 0 | 1D | 40 | 84 | 17 | 1D |
| Octal | 72 | 134 | 101 | 45 | 0 | 35 | 100 | 204 | 27 | 35 |
| Binary | 111010 | 1011100 | 1000001 | 100101 | 0 | 11101 | 1000000 | 10000100 | 10111 | 11101 |
Color Harmonies of #3A5C41
Complementary color
Monochromatic Colors of #3A5C41
Black with #3A5C41
Text Example
Text Example
White with #3A5C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5C41; }
p { color: rgb(58,92,65); }
H1.HeaderClassName
{
color: #3A5C41;
}
.AnyTagClassName
{
color: #3A5C41;
}
</style>
background-color css
<style>
a { background-color: #3A5C41; }
a { background-color: rgb(58,92,65); }
div.DivClassName
{
background-color: #3A5C41;
}
.BgClassName
{
background-color: #3A5C41;
}
</style>
border-color css
<style>
span { border-color: #3A5C41; }
span { border-color: rgb(58,92,65); }
td.TdClassName
{
border-color: #3A5C41;
}
.TagClassName
{
border-color: #3A5C41;
}
</style>