Shades of Feldgrau #435C4C
Tints of Feldgrau #435C4C
RGB
CMYK
RGB Variations
Color information
#435C4C (or 0x435C4C) is known color: Feldgrau. HEX triplet: 43, 5C and 4C. RGB value is (67,92,76). Sum of RGB (Red+Green+Blue) = 67+92+76=235 (31% of max value = 765). Red value is 67 (26.56% from 255 or 28.51% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 76 (30.08% from 255 or 32.34% from 235); Max value from RGB is 92 - color contains mainly: green. Hex color #435C4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435C4C is #BCA3B3. Grayscale: #525252. Windows color (decimal): -12362676 or 5004355. OLE color: 5004355.
HSL color Cylindrical-coordinate representation of color #435C4C: hue angle of 141.6º 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 #435C4C is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 92 | 76 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.64 |
| HSL | 141.6º | 0.16% | 0.31% | - |
| HSV(B) | 141.6º | 0.27% | 0.36% | - |
| XYZ | 7.45 | 9.37 | 8.25 | - |
| YUV | 82.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 92 | 76 | 0.27 | 0 | 0.17 | 0.64 | 141.6 | 0.16 | 0.31 |
| Hex | 43 | 5C | 4C | 1B | 0 | 11 | 40 | 8E | 10 | 1F |
| Octal | 103 | 134 | 114 | 33 | 0 | 21 | 100 | 216 | 20 | 37 |
| Binary | 1000011 | 1011100 | 1001100 | 11011 | 0 | 10001 | 1000000 | 10001110 | 10000 | 11111 |
Color Harmonies of #435C4C
Complementary color
Monochromatic Colors of #435C4C
Black with #435C4C
Text Example
Text Example
White with #435C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435C4C; }
p { color: rgb(67,92,76); }
H1.HeaderClassName
{
color: #435C4C;
}
.AnyTagClassName
{
color: #435C4C;
}
</style>
background-color css
<style>
a { background-color: #435C4C; }
a { background-color: rgb(67,92,76); }
div.DivClassName
{
background-color: #435C4C;
}
.BgClassName
{
background-color: #435C4C;
}
</style>
border-color css
<style>
span { border-color: #435C4C; }
span { border-color: rgb(67,92,76); }
td.TdClassName
{
border-color: #435C4C;
}
.TagClassName
{
border-color: #435C4C;
}
</style>