Shades of Feldgrau #42644C
Tints of Feldgrau #42644C
RGB
CMYK
RGB Variations
Color information
#42644C (or 0x42644C) is known color: Feldgrau. HEX triplet: 42, 64 and 4C. RGB value is (66,100,76). Sum of RGB (Red+Green+Blue) = 66+100+76=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 100 - color contains mainly: green. Hex color #42644C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #42644C is #BD9BB3. Grayscale: #575757. Windows color (decimal): -12426164 or 5006402. OLE color: 5006402.
HSL color Cylindrical-coordinate representation of color #42644C: hue angle of 137.65º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #42644C is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 100 | 76 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.61 |
| HSL | 137.65º | 0.2% | 0.33% | - |
| HSV(B) | 137.65º | 0.34% | 0.39% | - |
| XYZ | 8.11 | 10.79 | 8.49 | - |
| YUV | 87.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 76 | 0.34 | 0 | 0.24 | 0.61 | 137.65 | 0.2 | 0.33 |
| Hex | 42 | 64 | 4C | 22 | 0 | 18 | 3D | 8A | 14 | 21 |
| Octal | 102 | 144 | 114 | 42 | 0 | 30 | 75 | 212 | 24 | 41 |
| Binary | 1000010 | 1100100 | 1001100 | 100010 | 0 | 11000 | 111101 | 10001010 | 10100 | 100001 |
Color Harmonies of #42644C
Complementary color
Monochromatic Colors of #42644C
Black with #42644C
Text Example
Text Example
White with #42644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42644C; }
p { color: rgb(66,100,76); }
H1.HeaderClassName
{
color: #42644C;
}
.AnyTagClassName
{
color: #42644C;
}
</style>
background-color css
<style>
a { background-color: #42644C; }
a { background-color: rgb(66,100,76); }
div.DivClassName
{
background-color: #42644C;
}
.BgClassName
{
background-color: #42644C;
}
</style>
border-color css
<style>
span { border-color: #42644C; }
span { border-color: rgb(66,100,76); }
td.TdClassName
{
border-color: #42644C;
}
.TagClassName
{
border-color: #42644C;
}
</style>