#455749

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

Shades of Feldgrau #455749

Tints of Feldgrau #455749

Color information

#455749 (or 0x455749) is unknown color: approx Feldgrau. HEX triplet: 45, 57 and 49. RGB value is (69,87,73). Sum of RGB (Red+Green+Blue) = 69+87+73=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 87 - color contains mainly: green. Hex color #455749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455749 is #BAA8B6. Grayscale: #505050. Windows color (decimal): -12232887 or 4806469. OLE color: 4806469.

HSL color Cylindrical-coordinate representation of color #455749: hue angle of 133.33º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #455749 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB698773-
CMYK0.2100.160.66
HSL133.33º11.54%30.59%-
HSV(B)133.33º20.69%34.12%-
XYZ7.078.567.58-
YUV80.02124.04120.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 87 (34.38% from 255) = 37.99%
BLUE value IS 73 (28.91% from 255) = 31.88%
R=30.13%
G=37.99%
B=31.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6987730.2100.160.66133.3311.5430.59
Hex455749150104285c1f
Octal105127111250201022051437
Binary10001011010111100100110101010000100001010000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455749; }

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

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

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

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

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

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

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

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