#455E4C

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

Shades of Feldgrau #455E4C

Tints of Feldgrau #455E4C

Color information

#455E4C (or 0x455E4C) is unknown color: approx Feldgrau. HEX triplet: 45, 5E and 4C. RGB value is (69,94,76). Sum of RGB (Red+Green+Blue) = 69+94+76=239 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.87% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 94 - color contains mainly: green. Hex color #455E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455E4C is #BAA1B3. Grayscale: #545454. Windows color (decimal): -12231092 or 5004869. OLE color: 5004869.

HSL color Cylindrical-coordinate representation of color #455E4C: hue angle of 136.8º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #455E4C is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB699476-
CMYK0.2700.190.63
HSL136.8º15.34%31.96%-
HSV(B)136.8º26.6%36.86%-
XYZ7.769.798.32-
YUV84.47123.22116.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.87%
GREEN value IS 94 (37.11% from 255) = 39.33%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=28.87%
G=39.33%
B=31.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6994760.2700.190.63136.815.3431.96
Hex455E4C1B0133F89f20
Octal10513611433023772111740
Binary10001011011110100110011011010011111111100010011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455E4C; }

 p { color: rgb(69,94,76); }

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

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

 a { background-color: rgb(69,94,76); }

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

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

 span { border-color: rgb(69,94,76); }

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