Shades of Feldgrau #43614C
Tints of Feldgrau #43614C
RGB
CMYK
RGB Variations
Color information
#43614C (or 0x43614C) is known color: Feldgrau. HEX triplet: 43, 61 and 4C. RGB value is (67,97,76). Sum of RGB (Red+Green+Blue) = 67+97+76=240 (31% of max value = 765). Red value is 67 (26.56% from 255 or 27.92% from 240); Green value is 97 (38.28% from 255 or 40.42% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 97 - color contains mainly: green. Hex color #43614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43614C is #BC9EB3. Grayscale: #555555. Windows color (decimal): -12361396 or 5005635. OLE color: 5005635.
HSL color Cylindrical-coordinate representation of color #43614C: hue angle of 138º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #43614C is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 67 | 97 | 76 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.62 |
| HSL | 138º | 0.18% | 0.32% | - |
| HSV(B) | 138º | 0.31% | 0.38% | - |
| XYZ | 7.89 | 10.26 | 8.4 | - |
| YUV | 85.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 97 | 76 | 0.31 | 0 | 0.22 | 0.62 | 138 | 0.18 | 0.32 |
| Hex | 43 | 61 | 4C | 1F | 0 | 16 | 3E | 8A | 12 | 20 |
| Octal | 103 | 141 | 114 | 37 | 0 | 26 | 76 | 212 | 22 | 40 |
| Binary | 1000011 | 1100001 | 1001100 | 11111 | 0 | 10110 | 111110 | 10001010 | 10010 | 100000 |
Color Harmonies of #43614C
Complementary color
Monochromatic Colors of #43614C
Black with #43614C
Text Example
Text Example
White with #43614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43614C; }
p { color: rgb(67,97,76); }
H1.HeaderClassName
{
color: #43614C;
}
.AnyTagClassName
{
color: #43614C;
}
</style>
background-color css
<style>
a { background-color: #43614C; }
a { background-color: rgb(67,97,76); }
div.DivClassName
{
background-color: #43614C;
}
.BgClassName
{
background-color: #43614C;
}
</style>
border-color css
<style>
span { border-color: #43614C; }
span { border-color: rgb(67,97,76); }
td.TdClassName
{
border-color: #43614C;
}
.TagClassName
{
border-color: #43614C;
}
</style>