#455D4E

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

Shades of Feldgrau #455D4E

Tints of Feldgrau #455D4E

Color information

#455D4E (or 0x455D4E) is unknown color: approx Feldgrau. HEX triplet: 45, 5D and 4E. RGB value is (69,93,78). Sum of RGB (Red+Green+Blue) = 69+93+78=240 (31% of max value = 765). Red value is 69 (27.34% from 255 or 28.75% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 93 - color contains mainly: green. Hex color #455D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455D4E is #BAA2B1. Grayscale: #545454. Windows color (decimal): -12231346 or 5135685. OLE color: 5135685.

HSL color Cylindrical-coordinate representation of color #455D4E: hue angle of 142.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455D4E is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB699378-
CMYK0.2600.160.64
HSL142.5º14.81%31.76%-
HSV(B)142.5º25.81%36.47%-
XYZ7.749.648.66-
YUV84.11124.55117.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.75%
GREEN value IS 93 (36.72% from 255) = 38.75%
BLUE value IS 78 (30.86% from 255) = 32.5%
R=28.75%
G=38.75%
B=32.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6993780.2600.160.64142.514.8131.76
Hex455D4E1A010408ef20
Octal105135116320201002161740
Binary100010110111011001110110100100001000000100011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,93,78); }

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

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

 a { background-color: rgb(69,93,78); }

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

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

 span { border-color: rgb(69,93,78); }

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