Shades of Feldgrau #425C4A
Tints of Feldgrau #425C4A
RGB
CMYK
RGB Variations
Color information
#425C4A (or 0x425C4A) is known color: Feldgrau. HEX triplet: 42, 5C and 4A. RGB value is (66,92,74). Sum of RGB (Red+Green+Blue) = 66+92+74=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #425C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425C4A is #BDA3B5. Grayscale: #525252. Windows color (decimal): -12428214 or 4873282. OLE color: 4873282.
HSL color Cylindrical-coordinate representation of color #425C4A: hue angle of 138.46º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #425C4A is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 92 | 74 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.64 |
| HSL | 138.46º | 0.16% | 0.31% | - |
| HSV(B) | 138.46º | 0.28% | 0.36% | - |
| XYZ | 7.31 | 9.31 | 7.89 | - |
| YUV | 82.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 92 | 74 | 0.28 | 0 | 0.20 | 0.64 | 138.46 | 0.16 | 0.31 |
| Hex | 42 | 5C | 4A | 1C | 0 | 14 | 40 | 8A | 10 | 1F |
| Octal | 102 | 134 | 112 | 34 | 0 | 24 | 100 | 212 | 20 | 37 |
| Binary | 1000010 | 1011100 | 1001010 | 11100 | 0 | 10100 | 1000000 | 10001010 | 10000 | 11111 |
Color Harmonies of #425C4A
Complementary color
Monochromatic Colors of #425C4A
Black with #425C4A
Text Example
Text Example
White with #425C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425C4A; }
p { color: rgb(66,92,74); }
H1.HeaderClassName
{
color: #425C4A;
}
.AnyTagClassName
{
color: #425C4A;
}
</style>
background-color css
<style>
a { background-color: #425C4A; }
a { background-color: rgb(66,92,74); }
div.DivClassName
{
background-color: #425C4A;
}
.BgClassName
{
background-color: #425C4A;
}
</style>
border-color css
<style>
span { border-color: #425C4A; }
span { border-color: rgb(66,92,74); }
td.TdClassName
{
border-color: #425C4A;
}
.TagClassName
{
border-color: #425C4A;
}
</style>