Shades of Feldgrau #43624D
Tints of Feldgrau #43624D
RGB
CMYK
RGB Variations
Color information
#43624D (or 0x43624D) is known color: Feldgrau. HEX triplet: 43, 62 and 4D. RGB value is (67,98,77). Sum of RGB (Red+Green+Blue) = 67+98+77=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #43624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #43624D is #BC9DB2. Grayscale: #565656. Windows color (decimal): -12361139 or 5071427. OLE color: 5071427.
HSL color Cylindrical-coordinate representation of color #43624D: hue angle of 139.35º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #43624D is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 98 | 77 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.62 |
| HSL | 139.35º | 0.19% | 0.32% | - |
| HSV(B) | 139.35º | 0.32% | 0.38% | - |
| XYZ | 8.02 | 10.46 | 8.62 | - |
| YUV | 86.34 | 122.73 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 98 | 77 | 0.32 | 0 | 0.21 | 0.62 | 139.35 | 0.19 | 0.32 |
| Hex | 43 | 62 | 4D | 20 | 0 | 15 | 3E | 8B | 13 | 20 |
| Octal | 103 | 142 | 115 | 40 | 0 | 25 | 76 | 213 | 23 | 40 |
| Binary | 1000011 | 1100010 | 1001101 | 100000 | 0 | 10101 | 111110 | 10001011 | 10011 | 100000 |
Color Harmonies of #43624D
Complementary color
Monochromatic Colors of #43624D
Black with #43624D
Text Example
Text Example
White with #43624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43624D; }
p { color: rgb(67,98,77); }
H1.HeaderClassName
{
color: #43624D;
}
.AnyTagClassName
{
color: #43624D;
}
</style>
background-color css
<style>
a { background-color: #43624D; }
a { background-color: rgb(67,98,77); }
div.DivClassName
{
background-color: #43624D;
}
.BgClassName
{
background-color: #43624D;
}
</style>
border-color css
<style>
span { border-color: #43624D; }
span { border-color: rgb(67,98,77); }
td.TdClassName
{
border-color: #43624D;
}
.TagClassName
{
border-color: #43624D;
}
</style>