Shades of Feldgrau #435F4B
Tints of Feldgrau #435F4B
RGB
CMYK
RGB Variations
Color information
#435F4B (or 0x435F4B) is known color: Feldgrau. HEX triplet: 43, 5F and 4B. RGB value is (67,95,75). Sum of RGB (Red+Green+Blue) = 67+95+75=237 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.27% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 95 - color contains mainly: green. Hex color #435F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435F4B is #BCA0B4. Grayscale: #545454. Windows color (decimal): -12361909 or 4939587. OLE color: 4939587.
HSL color Cylindrical-coordinate representation of color #435F4B: hue angle of 137.14º 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 #435F4B is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 67 | 95 | 75 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.63 |
| HSL | 137.14º | 0.17% | 0.32% | - |
| HSV(B) | 137.14º | 0.29% | 0.37% | - |
| XYZ | 7.68 | 9.89 | 8.16 | - |
| YUV | 84.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 95 | 75 | 0.29 | 0 | 0.21 | 0.63 | 137.14 | 0.17 | 0.32 |
| Hex | 43 | 5F | 4B | 1D | 0 | 15 | 3F | 89 | 11 | 20 |
| Octal | 103 | 137 | 113 | 35 | 0 | 25 | 77 | 211 | 21 | 40 |
| Binary | 1000011 | 1011111 | 1001011 | 11101 | 0 | 10101 | 111111 | 10001001 | 10001 | 100000 |
Color Harmonies of #435F4B
Complementary color
Monochromatic Colors of #435F4B
Black with #435F4B
Text Example
Text Example
White with #435F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435F4B; }
p { color: rgb(67,95,75); }
H1.HeaderClassName
{
color: #435F4B;
}
.AnyTagClassName
{
color: #435F4B;
}
</style>
background-color css
<style>
a { background-color: #435F4B; }
a { background-color: rgb(67,95,75); }
div.DivClassName
{
background-color: #435F4B;
}
.BgClassName
{
background-color: #435F4B;
}
</style>
border-color css
<style>
span { border-color: #435F4B; }
span { border-color: rgb(67,95,75); }
td.TdClassName
{
border-color: #435F4B;
}
.TagClassName
{
border-color: #435F4B;
}
</style>