Shades of Hunter Green #425A47
Tints of Hunter Green #425A47
RGB
CMYK
RGB Variations
Color information
#425A47 (or 0x425A47) is known color: Hunter Green. HEX triplet: 42, 5A and 47. RGB value is (66,90,71). Sum of RGB (Red+Green+Blue) = 66+90+71=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 90 (35.55% from 255 or 39.65% from 227); Blue value is 71 (28.12% from 255 or 31.28% from 227); Max value from RGB is 90 - color contains mainly: green. Hex color #425A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425A47 is #BDA5B8. Grayscale: #505050. Windows color (decimal): -12428729 or 4676162. OLE color: 4676162.
HSL color Cylindrical-coordinate representation of color #425A47: hue angle of 132.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #425A47 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 90 | 71 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.65 |
| HSL | 132.5º | 0.15% | 0.31% | - |
| HSV(B) | 132.5º | 0.27% | 0.35% | - |
| XYZ | 7.04 | 8.93 | 7.31 | - |
| YUV | 80.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 90 | 71 | 0.27 | 0 | 0.21 | 0.65 | 132.5 | 0.15 | 0.31 |
| Hex | 42 | 5A | 47 | 1B | 0 | 15 | 41 | 84 | F | 1F |
| Octal | 102 | 132 | 107 | 33 | 0 | 25 | 101 | 204 | 17 | 37 |
| Binary | 1000010 | 1011010 | 1000111 | 11011 | 0 | 10101 | 1000001 | 10000100 | 1111 | 11111 |
Color Harmonies of #425A47
Complementary color
Monochromatic Colors of #425A47
Black with #425A47
Text Example
Text Example
White with #425A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425A47; }
p { color: rgb(66,90,71); }
H1.HeaderClassName
{
color: #425A47;
}
.AnyTagClassName
{
color: #425A47;
}
</style>
background-color css
<style>
a { background-color: #425A47; }
a { background-color: rgb(66,90,71); }
div.DivClassName
{
background-color: #425A47;
}
.BgClassName
{
background-color: #425A47;
}
</style>
border-color css
<style>
span { border-color: #425A47; }
span { border-color: rgb(66,90,71); }
td.TdClassName
{
border-color: #425A47;
}
.TagClassName
{
border-color: #425A47;
}
</style>