Shades of Feldgrau #425E4B
Tints of Feldgrau #425E4B
RGB
CMYK
RGB Variations
Color information
#425E4B (or 0x425E4B) is known color: Feldgrau. HEX triplet: 42, 5E and 4B. RGB value is (66,94,75). Sum of RGB (Red+Green+Blue) = 66+94+75=235 (31% of max value = 765). Red value is 66 (26.17% from 255 or 28.09% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 94 - color contains mainly: green. Hex color #425E4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #425E4B is #BDA1B4. Grayscale: #535353. Windows color (decimal): -12427701 or 4939330. OLE color: 4939330.
HSL color Cylindrical-coordinate representation of color #425E4B: hue angle of 139.29º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #425E4B is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 66 | 94 | 75 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.63 |
| HSL | 139.29º | 0.18% | 0.31% | - |
| HSV(B) | 139.29º | 0.3% | 0.37% | - |
| XYZ | 7.52 | 9.67 | 8.13 | - |
| YUV | 83.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 94 | 75 | 0.30 | 0 | 0.20 | 0.63 | 139.29 | 0.18 | 0.31 |
| Hex | 42 | 5E | 4B | 1E | 0 | 14 | 3F | 8B | 12 | 1F |
| Octal | 102 | 136 | 113 | 36 | 0 | 24 | 77 | 213 | 22 | 37 |
| Binary | 1000010 | 1011110 | 1001011 | 11110 | 0 | 10100 | 111111 | 10001011 | 10010 | 11111 |
Color Harmonies of #425E4B
Complementary color
Monochromatic Colors of #425E4B
Black with #425E4B
Text Example
Text Example
White with #425E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #425E4B; }
p { color: rgb(66,94,75); }
H1.HeaderClassName
{
color: #425E4B;
}
.AnyTagClassName
{
color: #425E4B;
}
</style>
background-color css
<style>
a { background-color: #425E4B; }
a { background-color: rgb(66,94,75); }
div.DivClassName
{
background-color: #425E4B;
}
.BgClassName
{
background-color: #425E4B;
}
</style>
border-color css
<style>
span { border-color: #425E4B; }
span { border-color: rgb(66,94,75); }
td.TdClassName
{
border-color: #425E4B;
}
.TagClassName
{
border-color: #425E4B;
}
</style>