Shades of Feldgrau #42604A
Tints of Feldgrau #42604A
RGB
CMYK
RGB Variations
Color information
#42604A (or 0x42604A) is known color: Feldgrau. HEX triplet: 42, 60 and 4A. RGB value is (66,96,74). Sum of RGB (Red+Green+Blue) = 66+96+74=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 96 - color contains mainly: green. Hex color #42604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42604A is #BD9FB5. Grayscale: #545454. Windows color (decimal): -12427190 or 4874306. OLE color: 4874306.
HSL color Cylindrical-coordinate representation of color #42604A: hue angle of 136º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42604A is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 96 | 74 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.62 |
| HSL | 136º | 0.19% | 0.32% | - |
| HSV(B) | 136º | 0.31% | 0.38% | - |
| XYZ | 7.67 | 10.02 | 8.01 | - |
| YUV | 84.52 | 122.06 | 114.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 96 | 74 | 0.31 | 0 | 0.23 | 0.62 | 136 | 0.19 | 0.32 |
| Hex | 42 | 60 | 4A | 1F | 0 | 17 | 3E | 88 | 13 | 20 |
| Octal | 102 | 140 | 112 | 37 | 0 | 27 | 76 | 210 | 23 | 40 |
| Binary | 1000010 | 1100000 | 1001010 | 11111 | 0 | 10111 | 111110 | 10001000 | 10011 | 100000 |
Color Harmonies of #42604A
Complementary color
Monochromatic Colors of #42604A
Black with #42604A
Text Example
Text Example
White with #42604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42604A; }
p { color: rgb(66,96,74); }
H1.HeaderClassName
{
color: #42604A;
}
.AnyTagClassName
{
color: #42604A;
}
</style>
background-color css
<style>
a { background-color: #42604A; }
a { background-color: rgb(66,96,74); }
div.DivClassName
{
background-color: #42604A;
}
.BgClassName
{
background-color: #42604A;
}
</style>
border-color css
<style>
span { border-color: #42604A; }
span { border-color: rgb(66,96,74); }
td.TdClassName
{
border-color: #42604A;
}
.TagClassName
{
border-color: #42604A;
}
</style>