Shades of Hunter Green #425D48
Tints of Hunter Green #425D48
RGB
CMYK
RGB Variations
Color information
#425D48 (or 0x425D48) is known color: Hunter Green. HEX triplet: 42, 5D and 48. RGB value is (66,93,72). Sum of RGB (Red+Green+Blue) = 66+93+72=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 93 (36.72% from 255 or 40.26% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 93 - color contains mainly: green. Hex color #425D48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425D48 is #BDA2B7. Grayscale: #525252. Windows color (decimal): -12427960 or 4742466. OLE color: 4742466.
HSL color Cylindrical-coordinate representation of color #425D48: hue angle of 133.33º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #425D48 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 93 | 72 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.64 |
| HSL | 133.33º | 0.17% | 0.31% | - |
| HSV(B) | 133.33º | 0.29% | 0.36% | - |
| XYZ | 7.33 | 9.45 | 7.57 | - |
| YUV | 82.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 72 | 0.29 | 0 | 0.23 | 0.64 | 133.33 | 0.17 | 0.31 |
| Hex | 42 | 5D | 48 | 1D | 0 | 17 | 40 | 85 | 11 | 1F |
| Octal | 102 | 135 | 110 | 35 | 0 | 27 | 100 | 205 | 21 | 37 |
| Binary | 1000010 | 1011101 | 1001000 | 11101 | 0 | 10111 | 1000000 | 10000101 | 10001 | 11111 |
Color Harmonies of #425D48
Complementary color
Monochromatic Colors of #425D48
Black with #425D48
Text Example
Text Example
White with #425D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D48; }
p { color: rgb(66,93,72); }
H1.HeaderClassName
{
color: #425D48;
}
.AnyTagClassName
{
color: #425D48;
}
</style>
background-color css
<style>
a { background-color: #425D48; }
a { background-color: rgb(66,93,72); }
div.DivClassName
{
background-color: #425D48;
}
.BgClassName
{
background-color: #425D48;
}
</style>
border-color css
<style>
span { border-color: #425D48; }
span { border-color: rgb(66,93,72); }
td.TdClassName
{
border-color: #425D48;
}
.TagClassName
{
border-color: #425D48;
}
</style>