Shades of Hunter Green #425F47
Tints of Hunter Green #425F47
RGB
CMYK
RGB Variations
Color information
#425F47 (or 0x425F47) is known color: Hunter Green. HEX triplet: 42, 5F and 47. RGB value is (66,95,71). Sum of RGB (Red+Green+Blue) = 66+95+71=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 71 (28.12% from 255 or 30.60% from 232); Max value from RGB is 95 - color contains mainly: green. Hex color #425F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425F47 is #BDA0B8. Grayscale: #535353. Windows color (decimal): -12427449 or 4677442. OLE color: 4677442.
HSL color Cylindrical-coordinate representation of color #425F47: hue angle of 130.34º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425F47 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 95 | 71 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.63 |
| HSL | 130.34º | 0.18% | 0.32% | - |
| HSV(B) | 130.34º | 0.31% | 0.37% | - |
| XYZ | 7.48 | 9.8 | 7.46 | - |
| YUV | 83.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 95 | 71 | 0.31 | 0 | 0.25 | 0.63 | 130.34 | 0.18 | 0.32 |
| Hex | 42 | 5F | 47 | 1F | 0 | 19 | 3F | 82 | 12 | 20 |
| Octal | 102 | 137 | 107 | 37 | 0 | 31 | 77 | 202 | 22 | 40 |
| Binary | 1000010 | 1011111 | 1000111 | 11111 | 0 | 11001 | 111111 | 10000010 | 10010 | 100000 |
Color Harmonies of #425F47
Complementary color
Monochromatic Colors of #425F47
Black with #425F47
Text Example
Text Example
White with #425F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425F47; }
p { color: rgb(66,95,71); }
H1.HeaderClassName
{
color: #425F47;
}
.AnyTagClassName
{
color: #425F47;
}
</style>
background-color css
<style>
a { background-color: #425F47; }
a { background-color: rgb(66,95,71); }
div.DivClassName
{
background-color: #425F47;
}
.BgClassName
{
background-color: #425F47;
}
</style>
border-color css
<style>
span { border-color: #425F47; }
span { border-color: rgb(66,95,71); }
td.TdClassName
{
border-color: #425F47;
}
.TagClassName
{
border-color: #425F47;
}
</style>