Shades of Feldgrau #425848
Tints of Feldgrau #425848
RGB
CMYK
RGB Variations
Color information
#425848 (or 0x425848) is known color: Feldgrau. HEX triplet: 42, 58 and 48. RGB value is (66,88,72). Sum of RGB (Red+Green+Blue) = 66+88+72=226 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.20% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 88 - color contains mainly: green. Hex color #425848 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425848 is #BDA7B7. Grayscale: #4F4F4F. Windows color (decimal): -12429240 or 4741186. OLE color: 4741186.
HSL color Cylindrical-coordinate representation of color #425848: hue angle of 136.36º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #425848 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 88 | 72 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.65 |
| HSL | 136.36º | 0.14% | 0.3% | - |
| HSV(B) | 136.36º | 0.25% | 0.35% | - |
| XYZ | 6.91 | 8.61 | 7.43 | - |
| YUV | 79.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 88 | 72 | 0.25 | 0 | 0.18 | 0.65 | 136.36 | 0.14 | 0.3 |
| Hex | 42 | 58 | 48 | 19 | 0 | 12 | 41 | 88 | E | 1E |
| Octal | 102 | 130 | 110 | 31 | 0 | 22 | 101 | 210 | 16 | 36 |
| Binary | 1000010 | 1011000 | 1001000 | 11001 | 0 | 10010 | 1000001 | 10001000 | 1110 | 11110 |
Color Harmonies of #425848
Complementary color
Monochromatic Colors of #425848
Black with #425848
Text Example
Text Example
White with #425848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425848; }
p { color: rgb(66,88,72); }
H1.HeaderClassName
{
color: #425848;
}
.AnyTagClassName
{
color: #425848;
}
</style>
background-color css
<style>
a { background-color: #425848; }
a { background-color: rgb(66,88,72); }
div.DivClassName
{
background-color: #425848;
}
.BgClassName
{
background-color: #425848;
}
</style>
border-color css
<style>
span { border-color: #425848; }
span { border-color: rgb(66,88,72); }
td.TdClassName
{
border-color: #425848;
}
.TagClassName
{
border-color: #425848;
}
</style>