Shades of Feldgrau #435A48
Tints of Feldgrau #435A48
RGB
CMYK
RGB Variations
Color information
#435A48 (or 0x435A48) is known color: Feldgrau. HEX triplet: 43, 5A and 48. RGB value is (67,90,72). Sum of RGB (Red+Green+Blue) = 67+90+72=229 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.26% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #435A48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435A48 is #BCA5B7. Grayscale: #515151. Windows color (decimal): -12363192 or 4741699. OLE color: 4741699.
HSL color Cylindrical-coordinate representation of color #435A48: hue angle of 133.04º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #435A48 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 67 | 90 | 72 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.65 |
| HSL | 133.04º | 0.15% | 0.31% | - |
| HSV(B) | 133.04º | 0.26% | 0.35% | - |
| XYZ | 7.14 | 8.97 | 7.49 | - |
| YUV | 81.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 90 | 72 | 0.26 | 0 | 0.20 | 0.65 | 133.04 | 0.15 | 0.31 |
| Hex | 43 | 5A | 48 | 1A | 0 | 14 | 41 | 85 | F | 1F |
| Octal | 103 | 132 | 110 | 32 | 0 | 24 | 101 | 205 | 17 | 37 |
| Binary | 1000011 | 1011010 | 1001000 | 11010 | 0 | 10100 | 1000001 | 10000101 | 1111 | 11111 |
Color Harmonies of #435A48
Complementary color
Monochromatic Colors of #435A48
Black with #435A48
Text Example
Text Example
White with #435A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435A48; }
p { color: rgb(67,90,72); }
H1.HeaderClassName
{
color: #435A48;
}
.AnyTagClassName
{
color: #435A48;
}
</style>
background-color css
<style>
a { background-color: #435A48; }
a { background-color: rgb(67,90,72); }
div.DivClassName
{
background-color: #435A48;
}
.BgClassName
{
background-color: #435A48;
}
</style>
border-color css
<style>
span { border-color: #435A48; }
span { border-color: rgb(67,90,72); }
td.TdClassName
{
border-color: #435A48;
}
.TagClassName
{
border-color: #435A48;
}
</style>