Shades of Feldgrau #435C49
Tints of Feldgrau #435C49
RGB
CMYK
RGB Variations
Color information
#435C49 (or 0x435C49) is known color: Feldgrau. HEX triplet: 43, 5C and 49. RGB value is (67,92,73). Sum of RGB (Red+Green+Blue) = 67+92+73=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #435C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435C49 is #BCA3B6. Grayscale: #525252. Windows color (decimal): -12362679 or 4807747. OLE color: 4807747.
HSL color Cylindrical-coordinate representation of color #435C49: hue angle of 134.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #435C49 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 92 | 73 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.64 |
| HSL | 134.4º | 0.16% | 0.31% | - |
| HSV(B) | 134.4º | 0.27% | 0.36% | - |
| XYZ | 7.34 | 9.33 | 7.72 | - |
| YUV | 82.36 | 122.72 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 73 | 0.27 | 0 | 0.21 | 0.64 | 134.4 | 0.16 | 0.31 |
| Hex | 43 | 5C | 49 | 1B | 0 | 15 | 40 | 86 | 10 | 1F |
| Octal | 103 | 134 | 111 | 33 | 0 | 25 | 100 | 206 | 20 | 37 |
| Binary | 1000011 | 1011100 | 1001001 | 11011 | 0 | 10101 | 1000000 | 10000110 | 10000 | 11111 |
Color Harmonies of #435C49
Complementary color
Monochromatic Colors of #435C49
Black with #435C49
Text Example
Text Example
White with #435C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C49; }
p { color: rgb(67,92,73); }
H1.HeaderClassName
{
color: #435C49;
}
.AnyTagClassName
{
color: #435C49;
}
</style>
background-color css
<style>
a { background-color: #435C49; }
a { background-color: rgb(67,92,73); }
div.DivClassName
{
background-color: #435C49;
}
.BgClassName
{
background-color: #435C49;
}
</style>
border-color css
<style>
span { border-color: #435C49; }
span { border-color: rgb(67,92,73); }
td.TdClassName
{
border-color: #435C49;
}
.TagClassName
{
border-color: #435C49;
}
</style>