Shades of Feldgrau #40604A
Tints of Feldgrau #40604A
RGB
CMYK
RGB Variations
Color information
#40604A (or 0x40604A) is known color: Feldgrau. HEX triplet: 40, 60 and 4A. RGB value is (64,96,74). Sum of RGB (Red+Green+Blue) = 64+96+74=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 74 (29.30% from 255 or 31.62% from 234); Max value from RGB is 96 - color contains mainly: green. Hex color #40604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40604A is #BF9FB5. Grayscale: #535353. Windows color (decimal): -12558262 or 4874304. OLE color: 4874304.
HSL color Cylindrical-coordinate representation of color #40604A: hue angle of 138.75º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #40604A is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 96 | 74 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.62 |
| HSL | 138.75º | 0.2% | 0.31% | - |
| HSV(B) | 138.75º | 0.33% | 0.38% | - |
| XYZ | 7.53 | 9.95 | 8 | - |
| YUV | 83.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 96 | 74 | 0.33 | 0 | 0.23 | 0.62 | 138.75 | 0.2 | 0.31 |
| Hex | 40 | 60 | 4A | 21 | 0 | 17 | 3E | 8B | 14 | 1F |
| Octal | 100 | 140 | 112 | 41 | 0 | 27 | 76 | 213 | 24 | 37 |
| Binary | 1000000 | 1100000 | 1001010 | 100001 | 0 | 10111 | 111110 | 10001011 | 10100 | 11111 |
Color Harmonies of #40604A
Complementary color
Monochromatic Colors of #40604A
Black with #40604A
Text Example
Text Example
White with #40604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40604A; }
p { color: rgb(64,96,74); }
H1.HeaderClassName
{
color: #40604A;
}
.AnyTagClassName
{
color: #40604A;
}
</style>
background-color css
<style>
a { background-color: #40604A; }
a { background-color: rgb(64,96,74); }
div.DivClassName
{
background-color: #40604A;
}
.BgClassName
{
background-color: #40604A;
}
</style>
border-color css
<style>
span { border-color: #40604A; }
span { border-color: rgb(64,96,74); }
td.TdClassName
{
border-color: #40604A;
}
.TagClassName
{
border-color: #40604A;
}
</style>