Shades of Feldgrau #43574A
Tints of Feldgrau #43574A
RGB
CMYK
RGB Variations
Color information
#43574A (or 0x43574A) is known color: Feldgrau. HEX triplet: 43, 57 and 4A. RGB value is (67,87,74). Sum of RGB (Red+Green+Blue) = 67+87+74=228 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.39% from 228); Green value is 87 (34.38% from 255 or 38.16% from 228); Blue value is 74 (29.30% from 255 or 32.46% from 228); Max value from RGB is 87 - color contains mainly: green. Hex color #43574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43574A is #BCA8B5. Grayscale: #4F4F4F. Windows color (decimal): -12363958 or 4872003. OLE color: 4872003.
HSL color Cylindrical-coordinate representation of color #43574A: hue angle of 141º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #43574A is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 67 | 87 | 74 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.66 |
| HSL | 141º | 0.13% | 0.3% | - |
| HSV(B) | 141º | 0.23% | 0.34% | - |
| XYZ | 6.96 | 8.5 | 7.75 | - |
| YUV | 79.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 87 | 74 | 0.23 | 0 | 0.15 | 0.66 | 141 | 0.13 | 0.3 |
| Hex | 43 | 57 | 4A | 17 | 0 | F | 42 | 8D | D | 1E |
| Octal | 103 | 127 | 112 | 27 | 0 | 17 | 102 | 215 | 15 | 36 |
| Binary | 1000011 | 1010111 | 1001010 | 10111 | 0 | 1111 | 1000010 | 10001101 | 1101 | 11110 |
Color Harmonies of #43574A
Complementary color
Monochromatic Colors of #43574A
Black with #43574A
Text Example
Text Example
White with #43574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43574A; }
p { color: rgb(67,87,74); }
H1.HeaderClassName
{
color: #43574A;
}
.AnyTagClassName
{
color: #43574A;
}
</style>
background-color css
<style>
a { background-color: #43574A; }
a { background-color: rgb(67,87,74); }
div.DivClassName
{
background-color: #43574A;
}
.BgClassName
{
background-color: #43574A;
}
</style>
border-color css
<style>
span { border-color: #43574A; }
span { border-color: rgb(67,87,74); }
td.TdClassName
{
border-color: #43574A;
}
.TagClassName
{
border-color: #43574A;
}
</style>