Shades of Feldgrau #456954
Tints of Feldgrau #456954
RGB
CMYK
RGB Variations
Color information
#456954 (or 0x456954) is known color: Feldgrau. HEX triplet: 45, 69 and 54. RGB value is (69,105,84). Sum of RGB (Red+Green+Blue) = 69+105+84=258 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.74% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #456954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456954 is #BA96AB. Grayscale: #5B5B5B. Windows color (decimal): -12228268 or 5531973. OLE color: 5531973.
HSL color Cylindrical-coordinate representation of color #456954: hue angle of 145º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #456954 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 84 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.59 |
| HSL | 145º | 0.21% | 0.34% | - |
| HSV(B) | 145º | 0.34% | 0.41% | - |
| XYZ | 9.11 | 12.01 | 10.23 | - |
| YUV | 91.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 84 | 0.34 | 0 | 0.20 | 0.59 | 145 | 0.21 | 0.34 |
| Hex | 45 | 69 | 54 | 22 | 0 | 14 | 3B | 91 | 15 | 22 |
| Octal | 105 | 151 | 124 | 42 | 0 | 24 | 73 | 221 | 25 | 42 |
| Binary | 1000101 | 1101001 | 1010100 | 100010 | 0 | 10100 | 111011 | 10010001 | 10101 | 100010 |
Color Harmonies of #456954
Complementary color
Monochromatic Colors of #456954
Black with #456954
Text Example
Text Example
White with #456954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456954; }
p { color: rgb(69,105,84); }
H1.HeaderClassName
{
color: #456954;
}
.AnyTagClassName
{
color: #456954;
}
</style>
background-color css
<style>
a { background-color: #456954; }
a { background-color: rgb(69,105,84); }
div.DivClassName
{
background-color: #456954;
}
.BgClassName
{
background-color: #456954;
}
</style>
border-color css
<style>
span { border-color: #456954; }
span { border-color: rgb(69,105,84); }
td.TdClassName
{
border-color: #456954;
}
.TagClassName
{
border-color: #456954;
}
</style>