Shades of Feldgrau #445C4E
Tints of Feldgrau #445C4E
RGB
CMYK
RGB Variations
Color information
#445C4E (or 0x445C4E) is known color: Feldgrau. HEX triplet: 44, 5C and 4E. RGB value is (68,92,78). Sum of RGB (Red+Green+Blue) = 68+92+78=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 92 (36.33% from 255 or 38.66% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 92 - color contains mainly: green. Hex color #445C4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445C4E is #BBA3B1. Grayscale: #535353. Windows color (decimal): -12297138 or 5135428. OLE color: 5135428.
HSL color Cylindrical-coordinate representation of color #445C4E: hue angle of 145º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #445C4E is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 92 | 78 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.64 |
| HSL | 145º | 0.15% | 0.31% | - |
| HSV(B) | 145º | 0.26% | 0.36% | - |
| XYZ | 7.59 | 9.43 | 8.63 | - |
| YUV | 83.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 92 | 78 | 0.26 | 0 | 0.15 | 0.64 | 145 | 0.15 | 0.31 |
| Hex | 44 | 5C | 4E | 1A | 0 | F | 40 | 91 | F | 1F |
| Octal | 104 | 134 | 116 | 32 | 0 | 17 | 100 | 221 | 17 | 37 |
| Binary | 1000100 | 1011100 | 1001110 | 11010 | 0 | 1111 | 1000000 | 10010001 | 1111 | 11111 |
Color Harmonies of #445C4E
Complementary color
Monochromatic Colors of #445C4E
Black with #445C4E
Text Example
Text Example
White with #445C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445C4E; }
p { color: rgb(68,92,78); }
H1.HeaderClassName
{
color: #445C4E;
}
.AnyTagClassName
{
color: #445C4E;
}
</style>
background-color css
<style>
a { background-color: #445C4E; }
a { background-color: rgb(68,92,78); }
div.DivClassName
{
background-color: #445C4E;
}
.BgClassName
{
background-color: #445C4E;
}
</style>
border-color css
<style>
span { border-color: #445C4E; }
span { border-color: rgb(68,92,78); }
td.TdClassName
{
border-color: #445C4E;
}
.TagClassName
{
border-color: #445C4E;
}
</style>