#455349

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

Shades of Feldgrau #455349

Tints of Feldgrau #455349

Color information

#455349 (or 0x455349) is unknown color: approx Feldgrau. HEX triplet: 45, 53 and 49. RGB value is (69,83,73). Sum of RGB (Red+Green+Blue) = 69+83+73=225 (29% of max value = 765). Red value is 69 (27.34% from 255 or 30.67% from 225); Green value is 83 (32.81% from 255 or 36.89% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 83 - color contains mainly: green. Hex color #455349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455349 is #BAACB6. Grayscale: #4D4D4D. Windows color (decimal): -12233911 or 4805445. OLE color: 4805445.

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

Color convert

RGB698373-
CMYK0.1700.120.67
HSL137.14º9.21%29.8%-
HSV(B)137.14º16.87%32.55%-
XYZ6.757.937.48-
YUV77.67125.36121.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.67%
GREEN value IS 83 (32.81% from 255) = 36.89%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=30.67%
G=36.89%
B=32.44%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983730.1700.120.67137.149.2129.8
Hex455349110C438991e
Octal105123111210141032111136
Binary1000101101001110010011000101100100001110001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455349; }

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

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

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

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

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

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

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

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