Shades of Feldgrau #42614E
Tints of Feldgrau #42614E
RGB
CMYK
RGB Variations
Color information
#42614E (or 0x42614E) is known color: Feldgrau. HEX triplet: 42, 61 and 4E. RGB value is (66,97,78). Sum of RGB (Red+Green+Blue) = 66+97+78=241 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.39% from 241); Green value is 97 (38.28% from 255 or 40.25% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 97 - color contains mainly: green. Hex color #42614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42614E is #BD9EB1. Grayscale: #555555. Windows color (decimal): -12426930 or 5136706. OLE color: 5136706.
HSL color Cylindrical-coordinate representation of color #42614E: hue angle of 143.23º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #42614E is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 97 | 78 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.62 |
| HSL | 143.23º | 0.19% | 0.32% | - |
| HSV(B) | 143.23º | 0.32% | 0.38% | - |
| XYZ | 7.9 | 10.26 | 8.77 | - |
| YUV | 85.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 78 | 0.32 | 0 | 0.20 | 0.62 | 143.23 | 0.19 | 0.32 |
| Hex | 42 | 61 | 4E | 20 | 0 | 14 | 3E | 8F | 13 | 20 |
| Octal | 102 | 141 | 116 | 40 | 0 | 24 | 76 | 217 | 23 | 40 |
| Binary | 1000010 | 1100001 | 1001110 | 100000 | 0 | 10100 | 111110 | 10001111 | 10011 | 100000 |
Color Harmonies of #42614E
Complementary color
Monochromatic Colors of #42614E
Black with #42614E
Text Example
Text Example
White with #42614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42614E; }
p { color: rgb(66,97,78); }
H1.HeaderClassName
{
color: #42614E;
}
.AnyTagClassName
{
color: #42614E;
}
</style>
background-color css
<style>
a { background-color: #42614E; }
a { background-color: rgb(66,97,78); }
div.DivClassName
{
background-color: #42614E;
}
.BgClassName
{
background-color: #42614E;
}
</style>
border-color css
<style>
span { border-color: #42614E; }
span { border-color: rgb(66,97,78); }
td.TdClassName
{
border-color: #42614E;
}
.TagClassName
{
border-color: #42614E;
}
</style>