Shades of Feldgrau #43654F
Tints of Feldgrau #43654F
RGB
CMYK
RGB Variations
Color information
#43654F (or 0x43654F) is known color: Feldgrau. HEX triplet: 43, 65 and 4F. RGB value is (67,101,79). Sum of RGB (Red+Green+Blue) = 67+101+79=247 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.13% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #43654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43654F is #BC9AB0. Grayscale: #585858. Windows color (decimal): -12360369 or 5203267. OLE color: 5203267.
HSL color Cylindrical-coordinate representation of color #43654F: hue angle of 141.18º 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 #43654F is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 67 | 101 | 79 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.60 |
| HSL | 141.18º | 0.2% | 0.33% | - |
| HSV(B) | 141.18º | 0.34% | 0.4% | - |
| XYZ | 8.38 | 11.07 | 9.09 | - |
| YUV | 88.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 101 | 79 | 0.34 | 0 | 0.22 | 0.60 | 141.18 | 0.2 | 0.33 |
| Hex | 43 | 65 | 4F | 22 | 0 | 16 | 3C | 8D | 14 | 21 |
| Octal | 103 | 145 | 117 | 42 | 0 | 26 | 74 | 215 | 24 | 41 |
| Binary | 1000011 | 1100101 | 1001111 | 100010 | 0 | 10110 | 111100 | 10001101 | 10100 | 100001 |
Color Harmonies of #43654F
Complementary color
Monochromatic Colors of #43654F
Black with #43654F
Text Example
Text Example
White with #43654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43654F; }
p { color: rgb(67,101,79); }
H1.HeaderClassName
{
color: #43654F;
}
.AnyTagClassName
{
color: #43654F;
}
</style>
background-color css
<style>
a { background-color: #43654F; }
a { background-color: rgb(67,101,79); }
div.DivClassName
{
background-color: #43654F;
}
.BgClassName
{
background-color: #43654F;
}
</style>
border-color css
<style>
span { border-color: #43654F; }
span { border-color: rgb(67,101,79); }
td.TdClassName
{
border-color: #43654F;
}
.TagClassName
{
border-color: #43654F;
}
</style>