Shades of Feldgrau #456751
Tints of Feldgrau #456751
RGB
CMYK
RGB Variations
Color information
#456751 (or 0x456751) is known color: Feldgrau. HEX triplet: 45, 67 and 51. RGB value is (69,103,81). Sum of RGB (Red+Green+Blue) = 69+103+81=253 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.27% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 81 (32.03% from 255 or 32.02% from 253); Max value from RGB is 103 - color contains mainly: green. Hex color #456751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456751 is #BA98AE. Grayscale: #5A5A5A. Windows color (decimal): -12228783 or 5334853. OLE color: 5334853.
HSL color Cylindrical-coordinate representation of color #456751: hue angle of 141.18º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #456751 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 103 | 81 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.60 |
| HSL | 141.18º | 0.2% | 0.34% | - |
| HSV(B) | 141.18º | 0.33% | 0.4% | - |
| XYZ | 8.79 | 11.56 | 9.55 | - |
| YUV | 90.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 103 | 81 | 0.33 | 0 | 0.21 | 0.60 | 141.18 | 0.2 | 0.34 |
| Hex | 45 | 67 | 51 | 21 | 0 | 15 | 3C | 8D | 14 | 22 |
| Octal | 105 | 147 | 121 | 41 | 0 | 25 | 74 | 215 | 24 | 42 |
| Binary | 1000101 | 1100111 | 1010001 | 100001 | 0 | 10101 | 111100 | 10001101 | 10100 | 100010 |
Color Harmonies of #456751
Complementary color
Monochromatic Colors of #456751
Black with #456751
Text Example
Text Example
White with #456751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456751; }
p { color: rgb(69,103,81); }
H1.HeaderClassName
{
color: #456751;
}
.AnyTagClassName
{
color: #456751;
}
</style>
background-color css
<style>
a { background-color: #456751; }
a { background-color: rgb(69,103,81); }
div.DivClassName
{
background-color: #456751;
}
.BgClassName
{
background-color: #456751;
}
</style>
border-color css
<style>
span { border-color: #456751; }
span { border-color: rgb(69,103,81); }
td.TdClassName
{
border-color: #456751;
}
.TagClassName
{
border-color: #456751;
}
</style>