Shades of Feldgrau #43654E
Tints of Feldgrau #43654E
RGB
CMYK
RGB Variations
Color information
#43654E (or 0x43654E) is known color: Feldgrau. HEX triplet: 43, 65 and 4E. RGB value is (67,101,78). Sum of RGB (Red+Green+Blue) = 67+101+78=246 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.24% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #43654E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43654E is #BC9AB1. Grayscale: #585858. Windows color (decimal): -12360370 or 5137731. OLE color: 5137731.
HSL color Cylindrical-coordinate representation of color #43654E: hue angle of 139.41º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #43654E is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 101 | 78 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.60 |
| HSL | 139.41º | 0.2% | 0.33% | - |
| HSV(B) | 139.41º | 0.34% | 0.4% | - |
| XYZ | 8.34 | 11.05 | 8.9 | - |
| YUV | 88.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 101 | 78 | 0.34 | 0 | 0.23 | 0.60 | 139.41 | 0.2 | 0.33 |
| Hex | 43 | 65 | 4E | 22 | 0 | 17 | 3C | 8B | 14 | 21 |
| Octal | 103 | 145 | 116 | 42 | 0 | 27 | 74 | 213 | 24 | 41 |
| Binary | 1000011 | 1100101 | 1001110 | 100010 | 0 | 10111 | 111100 | 10001011 | 10100 | 100001 |
Color Harmonies of #43654E
Complementary color
Monochromatic Colors of #43654E
Black with #43654E
Text Example
Text Example
White with #43654E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43654E; }
p { color: rgb(67,101,78); }
H1.HeaderClassName
{
color: #43654E;
}
.AnyTagClassName
{
color: #43654E;
}
</style>
background-color css
<style>
a { background-color: #43654E; }
a { background-color: rgb(67,101,78); }
div.DivClassName
{
background-color: #43654E;
}
.BgClassName
{
background-color: #43654E;
}
</style>
border-color css
<style>
span { border-color: #43654E; }
span { border-color: rgb(67,101,78); }
td.TdClassName
{
border-color: #43654E;
}
.TagClassName
{
border-color: #43654E;
}
</style>