Shades of Feldgrau #435E4D
Tints of Feldgrau #435E4D
RGB
CMYK
RGB Variations
Color information
#435E4D (or 0x435E4D) is known color: Feldgrau. HEX triplet: 43, 5E and 4D. RGB value is (67,94,77). Sum of RGB (Red+Green+Blue) = 67+94+77=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 94 - color contains mainly: green. Hex color #435E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #435E4D is #BCA1B2. Grayscale: #545454. Windows color (decimal): -12362163 or 5070403. OLE color: 5070403.
HSL color Cylindrical-coordinate representation of color #435E4D: hue angle of 142.22º 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 #435E4D is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 94 | 77 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.63 |
| HSL | 142.22º | 0.17% | 0.32% | - |
| HSV(B) | 142.22º | 0.29% | 0.37% | - |
| XYZ | 7.66 | 9.73 | 8.5 | - |
| YUV | 83.99 | 124.05 | 115.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 94 | 77 | 0.29 | 0 | 0.18 | 0.63 | 142.22 | 0.17 | 0.32 |
| Hex | 43 | 5E | 4D | 1D | 0 | 12 | 3F | 8E | 11 | 20 |
| Octal | 103 | 136 | 115 | 35 | 0 | 22 | 77 | 216 | 21 | 40 |
| Binary | 1000011 | 1011110 | 1001101 | 11101 | 0 | 10010 | 111111 | 10001110 | 10001 | 100000 |
Color Harmonies of #435E4D
Complementary color
Monochromatic Colors of #435E4D
Black with #435E4D
Text Example
Text Example
White with #435E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435E4D; }
p { color: rgb(67,94,77); }
H1.HeaderClassName
{
color: #435E4D;
}
.AnyTagClassName
{
color: #435E4D;
}
</style>
background-color css
<style>
a { background-color: #435E4D; }
a { background-color: rgb(67,94,77); }
div.DivClassName
{
background-color: #435E4D;
}
.BgClassName
{
background-color: #435E4D;
}
</style>
border-color css
<style>
span { border-color: #435E4D; }
span { border-color: rgb(67,94,77); }
td.TdClassName
{
border-color: #435E4D;
}
.TagClassName
{
border-color: #435E4D;
}
</style>