Shades of Feldgrau #43634C
Tints of Feldgrau #43634C
RGB
CMYK
RGB Variations
Color information
#43634C (or 0x43634C) is known color: Feldgrau. HEX triplet: 43, 63 and 4C. RGB value is (67,99,76). Sum of RGB (Red+Green+Blue) = 67+99+76=242 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.69% from 242); Green value is 99 (39.06% from 255 or 40.91% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 99 - color contains mainly: green. Hex color #43634C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #43634C is #BC9CB3. Grayscale: #565656. Windows color (decimal): -12360884 or 5006147. OLE color: 5006147.
HSL color Cylindrical-coordinate representation of color #43634C: hue angle of 136.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #43634C is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 67 | 99 | 76 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.61 |
| HSL | 136.88º | 0.19% | 0.33% | - |
| HSV(B) | 136.88º | 0.32% | 0.39% | - |
| XYZ | 8.08 | 10.64 | 8.47 | - |
| YUV | 86.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 99 | 76 | 0.32 | 0 | 0.23 | 0.61 | 136.88 | 0.19 | 0.33 |
| Hex | 43 | 63 | 4C | 20 | 0 | 17 | 3D | 89 | 13 | 21 |
| Octal | 103 | 143 | 114 | 40 | 0 | 27 | 75 | 211 | 23 | 41 |
| Binary | 1000011 | 1100011 | 1001100 | 100000 | 0 | 10111 | 111101 | 10001001 | 10011 | 100001 |
Color Harmonies of #43634C
Complementary color
Monochromatic Colors of #43634C
Black with #43634C
Text Example
Text Example
White with #43634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43634C; }
p { color: rgb(67,99,76); }
H1.HeaderClassName
{
color: #43634C;
}
.AnyTagClassName
{
color: #43634C;
}
</style>
background-color css
<style>
a { background-color: #43634C; }
a { background-color: rgb(67,99,76); }
div.DivClassName
{
background-color: #43634C;
}
.BgClassName
{
background-color: #43634C;
}
</style>
border-color css
<style>
span { border-color: #43634C; }
span { border-color: rgb(67,99,76); }
td.TdClassName
{
border-color: #43634C;
}
.TagClassName
{
border-color: #43634C;
}
</style>