Shades of Feldgrau #456650
Tints of Feldgrau #456650
RGB
CMYK
RGB Variations
Color information
#456650 (or 0x456650) is known color: Feldgrau. HEX triplet: 45, 66 and 50. RGB value is (69,102,80). Sum of RGB (Red+Green+Blue) = 69+102+80=251 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.49% from 251); Green value is 102 (40.23% from 255 or 40.64% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 102 - color contains mainly: green. Hex color #456650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456650 is #BA99AF. Grayscale: #595959. Windows color (decimal): -12229040 or 5269061. OLE color: 5269061.
HSL color Cylindrical-coordinate representation of color #456650: hue angle of 140º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #456650 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 69 | 102 | 80 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.6 |
| HSL | 140º | 0.19% | 0.34% | - |
| HSV(B) | 140º | 0.32% | 0.4% | - |
| XYZ | 8.65 | 11.35 | 9.32 | - |
| YUV | 89.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 102 | 80 | 0.32 | 0 | 0.22 | 0.6 | 140 | 0.19 | 0.34 |
| Hex | 45 | 66 | 50 | 20 | 0 | 16 | 3C | 8C | 13 | 22 |
| Octal | 105 | 146 | 120 | 40 | 0 | 26 | 74 | 214 | 23 | 42 |
| Binary | 1000101 | 1100110 | 1010000 | 100000 | 0 | 10110 | 111100 | 10001100 | 10011 | 100010 |
Color Harmonies of #456650
Complementary color
Monochromatic Colors of #456650
Black with #456650
Text Example
Text Example
White with #456650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #456650; }
p { color: rgb(69,102,80); }
H1.HeaderClassName
{
color: #456650;
}
.AnyTagClassName
{
color: #456650;
}
</style>
background-color css
<style>
a { background-color: #456650; }
a { background-color: rgb(69,102,80); }
div.DivClassName
{
background-color: #456650;
}
.BgClassName
{
background-color: #456650;
}
</style>
border-color css
<style>
span { border-color: #456650; }
span { border-color: rgb(69,102,80); }
td.TdClassName
{
border-color: #456650;
}
.TagClassName
{
border-color: #456650;
}
</style>