Shades of Feldgrau #435F4D
Tints of Feldgrau #435F4D
RGB
CMYK
RGB Variations
Color information
#435F4D (or 0x435F4D) is known color: Feldgrau. HEX triplet: 43, 5F and 4D. RGB value is (67,95,77). Sum of RGB (Red+Green+Blue) = 67+95+77=239 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.03% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 95 - color contains mainly: green. Hex color #435F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435F4D is #BCA0B2. Grayscale: #545454. Windows color (decimal): -12361907 or 5070659. OLE color: 5070659.
HSL color Cylindrical-coordinate representation of color #435F4D: hue angle of 141.43º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #435F4D is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 95 | 77 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.63 |
| HSL | 141.43º | 0.17% | 0.32% | - |
| HSV(B) | 141.43º | 0.29% | 0.37% | - |
| XYZ | 7.75 | 9.91 | 8.53 | - |
| YUV | 84.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 77 | 0.29 | 0 | 0.19 | 0.63 | 141.43 | 0.17 | 0.32 |
| Hex | 43 | 5F | 4D | 1D | 0 | 13 | 3F | 8D | 11 | 20 |
| Octal | 103 | 137 | 115 | 35 | 0 | 23 | 77 | 215 | 21 | 40 |
| Binary | 1000011 | 1011111 | 1001101 | 11101 | 0 | 10011 | 111111 | 10001101 | 10001 | 100000 |
Color Harmonies of #435F4D
Complementary color
Monochromatic Colors of #435F4D
Black with #435F4D
Text Example
Text Example
White with #435F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F4D; }
p { color: rgb(67,95,77); }
H1.HeaderClassName
{
color: #435F4D;
}
.AnyTagClassName
{
color: #435F4D;
}
</style>
background-color css
<style>
a { background-color: #435F4D; }
a { background-color: rgb(67,95,77); }
div.DivClassName
{
background-color: #435F4D;
}
.BgClassName
{
background-color: #435F4D;
}
</style>
border-color css
<style>
span { border-color: #435F4D; }
span { border-color: rgb(67,95,77); }
td.TdClassName
{
border-color: #435F4D;
}
.TagClassName
{
border-color: #435F4D;
}
</style>