#455449

Color #455449 Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #455449

Tints of Feldgrau #455449

Color information

#455449 (or 0x455449) is unknown color: approx Feldgrau. HEX triplet: 45, 54 and 49. RGB value is (69,84,73). Sum of RGB (Red+Green+Blue) = 69+84+73=226 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.53% from 226); Green value is 84 (33.20% from 255 or 37.17% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 84 - color contains mainly: green. Hex color #455449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455449 is #BAABB6. Grayscale: #4E4E4E. Windows color (decimal): -12233655 or 4805701. OLE color: 4805701.

HSL color Cylindrical-coordinate representation of color #455449: hue angle of 136º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #455449 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB698473-
CMYK0.1800.130.67
HSL136º9.8%30%-
HSV(B)136º17.86%32.94%-
XYZ6.838.097.5-
YUV78.26125.03121.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 30.53%
GREEN value IS 84 (33.20% from 255) = 37.17%
BLUE value IS 73 (28.91% from 255) = 32.30%
R=30.53%
G=37.17%
B=32.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6984730.1800.130.671369.830
Hex455449120D4388a1e
Octal105124111220151032101236
Binary1000101101010010010011001001101100001110001000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455449; }

 p { color: rgb(69,84,73); }

 H1.HeaderClassName
 {
   color: #455449;
 }
 .AnyTagClassName
 {
   color: #455449;
 }
</style>
background-color css

<style>
 a { background-color: #455449; }

 a { background-color: rgb(69,84,73); }

 div.DivClassName
 {
   background-color: #455449;
 }
 .BgClassName
 {
   background-color: #455449;
 }
</style>
border-color css

<style>
 span { border-color: #455449; }

 span { border-color: rgb(69,84,73); }

 td.TdClassName
 {
   border-color: #455449;
 }
 .TagClassName
 {
   border-color: #455449;
 }
</style>