Shades of Feldgrau #456A54
Tints of Feldgrau #456A54
RGB
CMYK
RGB Variations
Color information
#456A54 (or 0x456A54) is known color: Feldgrau. HEX triplet: 45, 6A and 54. RGB value is (69,106,84). Sum of RGB (Red+Green+Blue) = 69+106+84=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 106 (41.80% from 255 or 40.93% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 106 - color contains mainly: green. Hex color #456A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456A54 is #BA95AB. Grayscale: #5C5C5C. Windows color (decimal): -12228012 or 5532229. OLE color: 5532229.
HSL color Cylindrical-coordinate representation of color #456A54: hue angle of 144.32º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #456A54 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 106 | 84 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.58 |
| HSL | 144.32º | 0.21% | 0.34% | - |
| HSV(B) | 144.32º | 0.35% | 0.42% | - |
| XYZ | 9.21 | 12.21 | 10.26 | - |
| YUV | 92.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 106 | 84 | 0.35 | 0 | 0.21 | 0.58 | 144.32 | 0.21 | 0.34 |
| Hex | 45 | 6A | 54 | 23 | 0 | 15 | 3A | 90 | 15 | 22 |
| Octal | 105 | 152 | 124 | 43 | 0 | 25 | 72 | 220 | 25 | 42 |
| Binary | 1000101 | 1101010 | 1010100 | 100011 | 0 | 10101 | 111010 | 10010000 | 10101 | 100010 |
Color Harmonies of #456A54
Complementary color
Monochromatic Colors of #456A54
Black with #456A54
Text Example
Text Example
White with #456A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456A54; }
p { color: rgb(69,106,84); }
H1.HeaderClassName
{
color: #456A54;
}
.AnyTagClassName
{
color: #456A54;
}
</style>
background-color css
<style>
a { background-color: #456A54; }
a { background-color: rgb(69,106,84); }
div.DivClassName
{
background-color: #456A54;
}
.BgClassName
{
background-color: #456A54;
}
</style>
border-color css
<style>
span { border-color: #456A54; }
span { border-color: rgb(69,106,84); }
td.TdClassName
{
border-color: #456A54;
}
.TagClassName
{
border-color: #456A54;
}
</style>