Shades of Feldgrau #42614C
Tints of Feldgrau #42614C
RGB
CMYK
RGB Variations
Color information
#42614C (or 0x42614C) is known color: Feldgrau. HEX triplet: 42, 61 and 4C. RGB value is (66,97,76). Sum of RGB (Red+Green+Blue) = 66+97+76=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #42614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42614C is #BD9EB3. Grayscale: #555555. Windows color (decimal): -12426932 or 5005634. OLE color: 5005634.
HSL color Cylindrical-coordinate representation of color #42614C: hue angle of 139.35º 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 #42614C is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 97 | 76 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.62 |
| HSL | 139.35º | 0.19% | 0.32% | - |
| HSV(B) | 139.35º | 0.32% | 0.38% | - |
| XYZ | 7.83 | 10.23 | 8.4 | - |
| YUV | 85.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 97 | 76 | 0.32 | 0 | 0.22 | 0.62 | 139.35 | 0.19 | 0.32 |
| Hex | 42 | 61 | 4C | 20 | 0 | 16 | 3E | 8B | 13 | 20 |
| Octal | 102 | 141 | 114 | 40 | 0 | 26 | 76 | 213 | 23 | 40 |
| Binary | 1000010 | 1100001 | 1001100 | 100000 | 0 | 10110 | 111110 | 10001011 | 10011 | 100000 |
Color Harmonies of #42614C
Complementary color
Monochromatic Colors of #42614C
Black with #42614C
Text Example
Text Example
White with #42614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42614C; }
p { color: rgb(66,97,76); }
H1.HeaderClassName
{
color: #42614C;
}
.AnyTagClassName
{
color: #42614C;
}
</style>
background-color css
<style>
a { background-color: #42614C; }
a { background-color: rgb(66,97,76); }
div.DivClassName
{
background-color: #42614C;
}
.BgClassName
{
background-color: #42614C;
}
</style>
border-color css
<style>
span { border-color: #42614C; }
span { border-color: rgb(66,97,76); }
td.TdClassName
{
border-color: #42614C;
}
.TagClassName
{
border-color: #42614C;
}
</style>