Shades of Feldgrau #425D4C
Tints of Feldgrau #425D4C
RGB
CMYK
RGB Variations
Color information
#425D4C (or 0x425D4C) is known color: Feldgrau. HEX triplet: 42, 5D and 4C. RGB value is (66,93,76). Sum of RGB (Red+Green+Blue) = 66+93+76=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #425D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425D4C is #BDA2B3. Grayscale: #535353. Windows color (decimal): -12427956 or 5004610. OLE color: 5004610.
HSL color Cylindrical-coordinate representation of color #425D4C: hue angle of 142.22º 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 #425D4C is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 93 | 76 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.64 |
| HSL | 142.22º | 0.17% | 0.31% | - |
| HSV(B) | 142.22º | 0.29% | 0.36% | - |
| XYZ | 7.47 | 9.51 | 8.28 | - |
| YUV | 82.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 93 | 76 | 0.29 | 0 | 0.18 | 0.64 | 142.22 | 0.17 | 0.31 |
| Hex | 42 | 5D | 4C | 1D | 0 | 12 | 40 | 8E | 11 | 1F |
| Octal | 102 | 135 | 114 | 35 | 0 | 22 | 100 | 216 | 21 | 37 |
| Binary | 1000010 | 1011101 | 1001100 | 11101 | 0 | 10010 | 1000000 | 10001110 | 10001 | 11111 |
Color Harmonies of #425D4C
Complementary color
Monochromatic Colors of #425D4C
Black with #425D4C
Text Example
Text Example
White with #425D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425D4C; }
p { color: rgb(66,93,76); }
H1.HeaderClassName
{
color: #425D4C;
}
.AnyTagClassName
{
color: #425D4C;
}
</style>
background-color css
<style>
a { background-color: #425D4C; }
a { background-color: rgb(66,93,76); }
div.DivClassName
{
background-color: #425D4C;
}
.BgClassName
{
background-color: #425D4C;
}
</style>
border-color css
<style>
span { border-color: #425D4C; }
span { border-color: rgb(66,93,76); }
td.TdClassName
{
border-color: #425D4C;
}
.TagClassName
{
border-color: #425D4C;
}
</style>