Shades of Feldgrau #45654F
Tints of Feldgrau #45654F
RGB
CMYK
RGB Variations
Color information
#45654F (or 0x45654F) is known color: Feldgrau. HEX triplet: 45, 65 and 4F. RGB value is (69,101,79). Sum of RGB (Red+Green+Blue) = 69+101+79=249 (32% of max value = 765). Red value is 69 (27.34% from 255 or 27.71% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #45654F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45654F is #BA9AB0. Grayscale: #585858. Windows color (decimal): -12229297 or 5203269. OLE color: 5203269.
HSL color Cylindrical-coordinate representation of color #45654F: hue angle of 138.75º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #45654F is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 101 | 79 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.60 |
| HSL | 138.75º | 0.19% | 0.33% | - |
| HSV(B) | 138.75º | 0.32% | 0.4% | - |
| XYZ | 8.52 | 11.14 | 9.1 | - |
| YUV | 88.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 101 | 79 | 0.32 | 0 | 0.22 | 0.60 | 138.75 | 0.19 | 0.33 |
| Hex | 45 | 65 | 4F | 20 | 0 | 16 | 3C | 8B | 13 | 21 |
| Octal | 105 | 145 | 117 | 40 | 0 | 26 | 74 | 213 | 23 | 41 |
| Binary | 1000101 | 1100101 | 1001111 | 100000 | 0 | 10110 | 111100 | 10001011 | 10011 | 100001 |
Color Harmonies of #45654F
Complementary color
Monochromatic Colors of #45654F
Black with #45654F
Text Example
Text Example
White with #45654F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45654F; }
p { color: rgb(69,101,79); }
H1.HeaderClassName
{
color: #45654F;
}
.AnyTagClassName
{
color: #45654F;
}
</style>
background-color css
<style>
a { background-color: #45654F; }
a { background-color: rgb(69,101,79); }
div.DivClassName
{
background-color: #45654F;
}
.BgClassName
{
background-color: #45654F;
}
</style>
border-color css
<style>
span { border-color: #45654F; }
span { border-color: rgb(69,101,79); }
td.TdClassName
{
border-color: #45654F;
}
.TagClassName
{
border-color: #45654F;
}
</style>