Shades of Feldgrau #43604F
Tints of Feldgrau #43604F
RGB
CMYK
RGB Variations
Color information
#43604F (or 0x43604F) is known color: Feldgrau. HEX triplet: 43, 60 and 4F. RGB value is (67,96,79). Sum of RGB (Red+Green+Blue) = 67+96+79=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #43604F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43604F is #BC9FB0. Grayscale: #555555. Windows color (decimal): -12361649 or 5201987. OLE color: 5201987.
HSL color Cylindrical-coordinate representation of color #43604F: hue angle of 144.83º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #43604F is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 96 | 79 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.62 |
| HSL | 144.83º | 0.18% | 0.32% | - |
| HSV(B) | 144.83º | 0.3% | 0.38% | - |
| XYZ | 7.91 | 10.12 | 8.93 | - |
| YUV | 85.39 | 124.39 | 114.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 96 | 79 | 0.30 | 0 | 0.18 | 0.62 | 144.83 | 0.18 | 0.32 |
| Hex | 43 | 60 | 4F | 1E | 0 | 12 | 3E | 91 | 12 | 20 |
| Octal | 103 | 140 | 117 | 36 | 0 | 22 | 76 | 221 | 22 | 40 |
| Binary | 1000011 | 1100000 | 1001111 | 11110 | 0 | 10010 | 111110 | 10010001 | 10010 | 100000 |
Color Harmonies of #43604F
Complementary color
Monochromatic Colors of #43604F
Black with #43604F
Text Example
Text Example
White with #43604F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43604F; }
p { color: rgb(67,96,79); }
H1.HeaderClassName
{
color: #43604F;
}
.AnyTagClassName
{
color: #43604F;
}
</style>
background-color css
<style>
a { background-color: #43604F; }
a { background-color: rgb(67,96,79); }
div.DivClassName
{
background-color: #43604F;
}
.BgClassName
{
background-color: #43604F;
}
</style>
border-color css
<style>
span { border-color: #43604F; }
span { border-color: rgb(67,96,79); }
td.TdClassName
{
border-color: #43604F;
}
.TagClassName
{
border-color: #43604F;
}
</style>