Shades of Feldgrau #435B4A
Tints of Feldgrau #435B4A
RGB
CMYK
RGB Variations
Color information
#435B4A (or 0x435B4A) is known color: Feldgrau. HEX triplet: 43, 5B and 4A. RGB value is (67,91,74). Sum of RGB (Red+Green+Blue) = 67+91+74=232 (30% of max value = 765). Red value is 67 (26.56% from 255 or 28.88% from 232); Green value is 91 (35.94% from 255 or 39.22% from 232); Blue value is 74 (29.30% from 255 or 31.90% from 232); Max value from RGB is 91 - color contains mainly: green. Hex color #435B4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #435B4A is #BCA4B5. Grayscale: #515151. Windows color (decimal): -12362934 or 4873027. OLE color: 4873027.
HSL color Cylindrical-coordinate representation of color #435B4A: hue angle of 137.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #435B4A is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 67 | 91 | 74 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.64 |
| HSL | 137.5º | 0.15% | 0.31% | - |
| HSV(B) | 137.5º | 0.26% | 0.36% | - |
| XYZ | 7.29 | 9.17 | 7.86 | - |
| YUV | 81.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 91 | 74 | 0.26 | 0 | 0.19 | 0.64 | 137.5 | 0.15 | 0.31 |
| Hex | 43 | 5B | 4A | 1A | 0 | 13 | 40 | 8A | F | 1F |
| Octal | 103 | 133 | 112 | 32 | 0 | 23 | 100 | 212 | 17 | 37 |
| Binary | 1000011 | 1011011 | 1001010 | 11010 | 0 | 10011 | 1000000 | 10001010 | 1111 | 11111 |
Color Harmonies of #435B4A
Complementary color
Monochromatic Colors of #435B4A
Black with #435B4A
Text Example
Text Example
White with #435B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #435B4A; }
p { color: rgb(67,91,74); }
H1.HeaderClassName
{
color: #435B4A;
}
.AnyTagClassName
{
color: #435B4A;
}
</style>
background-color css
<style>
a { background-color: #435B4A; }
a { background-color: rgb(67,91,74); }
div.DivClassName
{
background-color: #435B4A;
}
.BgClassName
{
background-color: #435B4A;
}
</style>
border-color css
<style>
span { border-color: #435B4A; }
span { border-color: rgb(67,91,74); }
td.TdClassName
{
border-color: #435B4A;
}
.TagClassName
{
border-color: #435B4A;
}
</style>