Shades of Feldgrau #43614E
Tints of Feldgrau #43614E
RGB
CMYK
RGB Variations
Color information
#43614E (or 0x43614E) is known color: Feldgrau. HEX triplet: 43, 61 and 4E. RGB value is (67,97,78). Sum of RGB (Red+Green+Blue) = 67+97+78=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 78 (30.86% from 255 or 32.23% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #43614E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43614E is #BC9EB1. Grayscale: #555555. Windows color (decimal): -12361394 or 5136707. OLE color: 5136707.
HSL color Cylindrical-coordinate representation of color #43614E: hue angle of 142º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #43614E is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 97 | 78 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.62 |
| HSL | 142º | 0.18% | 0.32% | - |
| HSV(B) | 142º | 0.31% | 0.38% | - |
| XYZ | 7.96 | 10.29 | 8.77 | - |
| YUV | 85.86 | 123.56 | 114.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 78 | 0.31 | 0 | 0.20 | 0.62 | 142 | 0.18 | 0.32 |
| Hex | 43 | 61 | 4E | 1F | 0 | 14 | 3E | 8E | 12 | 20 |
| Octal | 103 | 141 | 116 | 37 | 0 | 24 | 76 | 216 | 22 | 40 |
| Binary | 1000011 | 1100001 | 1001110 | 11111 | 0 | 10100 | 111110 | 10001110 | 10010 | 100000 |
Color Harmonies of #43614E
Complementary color
Monochromatic Colors of #43614E
Black with #43614E
Text Example
Text Example
White with #43614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43614E; }
p { color: rgb(67,97,78); }
H1.HeaderClassName
{
color: #43614E;
}
.AnyTagClassName
{
color: #43614E;
}
</style>
background-color css
<style>
a { background-color: #43614E; }
a { background-color: rgb(67,97,78); }
div.DivClassName
{
background-color: #43614E;
}
.BgClassName
{
background-color: #43614E;
}
</style>
border-color css
<style>
span { border-color: #43614E; }
span { border-color: rgb(67,97,78); }
td.TdClassName
{
border-color: #43614E;
}
.TagClassName
{
border-color: #43614E;
}
</style>