Shades of Feldgrau #45634E
Tints of Feldgrau #45634E
RGB
CMYK
RGB Variations
Color information
#45634E (or 0x45634E) is known color: Feldgrau. HEX triplet: 45, 63 and 4E. RGB value is (69,99,78). Sum of RGB (Red+Green+Blue) = 69+99+78=246 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.05% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #45634E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45634E is #BA9CB1. Grayscale: #575757. Windows color (decimal): -12229810 or 5137221. OLE color: 5137221.
HSL color Cylindrical-coordinate representation of color #45634E: hue angle of 138º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #45634E is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 99 | 78 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.61 |
| HSL | 138º | 0.18% | 0.33% | - |
| HSV(B) | 138º | 0.3% | 0.39% | - |
| XYZ | 8.29 | 10.74 | 8.84 | - |
| YUV | 87.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 99 | 78 | 0.30 | 0 | 0.21 | 0.61 | 138 | 0.18 | 0.33 |
| Hex | 45 | 63 | 4E | 1E | 0 | 15 | 3D | 8A | 12 | 21 |
| Octal | 105 | 143 | 116 | 36 | 0 | 25 | 75 | 212 | 22 | 41 |
| Binary | 1000101 | 1100011 | 1001110 | 11110 | 0 | 10101 | 111101 | 10001010 | 10010 | 100001 |
Color Harmonies of #45634E
Complementary color
Monochromatic Colors of #45634E
Black with #45634E
Text Example
Text Example
White with #45634E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45634E; }
p { color: rgb(69,99,78); }
H1.HeaderClassName
{
color: #45634E;
}
.AnyTagClassName
{
color: #45634E;
}
</style>
background-color css
<style>
a { background-color: #45634E; }
a { background-color: rgb(69,99,78); }
div.DivClassName
{
background-color: #45634E;
}
.BgClassName
{
background-color: #45634E;
}
</style>
border-color css
<style>
span { border-color: #45634E; }
span { border-color: rgb(69,99,78); }
td.TdClassName
{
border-color: #45634E;
}
.TagClassName
{
border-color: #45634E;
}
</style>