Shades of Feldgrau #435D4B
Tints of Feldgrau #435D4B
RGB
CMYK
RGB Variations
Color information
#435D4B (or 0x435D4B) is known color: Feldgrau. HEX triplet: 43, 5D and 4B. RGB value is (67,93,75). Sum of RGB (Red+Green+Blue) = 67+93+75=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #435D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435D4B is #BCA2B4. Grayscale: #535353. Windows color (decimal): -12362421 or 4939075. OLE color: 4939075.
HSL color Cylindrical-coordinate representation of color #435D4B: hue angle of 138.46º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #435D4B is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 93 | 75 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.64 |
| HSL | 138.46º | 0.16% | 0.31% | - |
| HSV(B) | 138.46º | 0.28% | 0.36% | - |
| XYZ | 7.5 | 9.53 | 8.1 | - |
| YUV | 83.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 93 | 75 | 0.28 | 0 | 0.19 | 0.64 | 138.46 | 0.16 | 0.31 |
| Hex | 43 | 5D | 4B | 1C | 0 | 13 | 40 | 8A | 10 | 1F |
| Octal | 103 | 135 | 113 | 34 | 0 | 23 | 100 | 212 | 20 | 37 |
| Binary | 1000011 | 1011101 | 1001011 | 11100 | 0 | 10011 | 1000000 | 10001010 | 10000 | 11111 |
Color Harmonies of #435D4B
Complementary color
Monochromatic Colors of #435D4B
Black with #435D4B
Text Example
Text Example
White with #435D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435D4B; }
p { color: rgb(67,93,75); }
H1.HeaderClassName
{
color: #435D4B;
}
.AnyTagClassName
{
color: #435D4B;
}
</style>
background-color css
<style>
a { background-color: #435D4B; }
a { background-color: rgb(67,93,75); }
div.DivClassName
{
background-color: #435D4B;
}
.BgClassName
{
background-color: #435D4B;
}
</style>
border-color css
<style>
span { border-color: #435D4B; }
span { border-color: rgb(67,93,75); }
td.TdClassName
{
border-color: #435D4B;
}
.TagClassName
{
border-color: #435D4B;
}
</style>