Shades of Feldgrau #435F4C
Tints of Feldgrau #435F4C
RGB
CMYK
RGB Variations
Color information
#435F4C (or 0x435F4C) is known color: Feldgrau. HEX triplet: 43, 5F and 4C. RGB value is (67,95,76). Sum of RGB (Red+Green+Blue) = 67+95+76=238 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.15% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 95 - color contains mainly: green. Hex color #435F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435F4C is #BCA0B3. Grayscale: #545454. Windows color (decimal): -12361908 or 5005123. OLE color: 5005123.
HSL color Cylindrical-coordinate representation of color #435F4C: hue angle of 139.29º 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 #435F4C is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 95 | 76 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.63 |
| HSL | 139.29º | 0.17% | 0.32% | - |
| HSV(B) | 139.29º | 0.29% | 0.37% | - |
| XYZ | 7.71 | 9.9 | 8.34 | - |
| YUV | 84.46 | 123.22 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 76 | 0.29 | 0 | 0.20 | 0.63 | 139.29 | 0.17 | 0.32 |
| Hex | 43 | 5F | 4C | 1D | 0 | 14 | 3F | 8B | 11 | 20 |
| Octal | 103 | 137 | 114 | 35 | 0 | 24 | 77 | 213 | 21 | 40 |
| Binary | 1000011 | 1011111 | 1001100 | 11101 | 0 | 10100 | 111111 | 10001011 | 10001 | 100000 |
Color Harmonies of #435F4C
Complementary color
Monochromatic Colors of #435F4C
Black with #435F4C
Text Example
Text Example
White with #435F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F4C; }
p { color: rgb(67,95,76); }
H1.HeaderClassName
{
color: #435F4C;
}
.AnyTagClassName
{
color: #435F4C;
}
</style>
background-color css
<style>
a { background-color: #435F4C; }
a { background-color: rgb(67,95,76); }
div.DivClassName
{
background-color: #435F4C;
}
.BgClassName
{
background-color: #435F4C;
}
</style>
border-color css
<style>
span { border-color: #435F4C; }
span { border-color: rgb(67,95,76); }
td.TdClassName
{
border-color: #435F4C;
}
.TagClassName
{
border-color: #435F4C;
}
</style>