#455D4B

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

Shades of Feldgrau #455D4B

Tints of Feldgrau #455D4B

Color information

#455D4B (or 0x455D4B) is unknown color: approx Feldgrau. HEX triplet: 45, 5D and 4B. RGB value is (69,93,75). Sum of RGB (Red+Green+Blue) = 69+93+75=237 (31% of max value = 765). Red value is 69 (27.34% from 255 or 29.11% from 237); Green value is 93 (36.72% from 255 or 39.24% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 93 - color contains mainly: green. Hex color #455D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D4B is #BAA2B4. Grayscale: #535353. Windows color (decimal): -12231349 or 4939077. OLE color: 4939077.

HSL color Cylindrical-coordinate representation of color #455D4B: hue angle of 135º 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 #455D4B is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB699375-
CMYK0.2600.190.64
HSL135º14.81%31.76%-
HSV(B)135º25.81%36.47%-
XYZ7.649.68.11-
YUV83.77123.05117.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.11%
GREEN value IS 93 (36.72% from 255) = 39.24%
BLUE value IS 75 (29.69% from 255) = 31.65%
R=29.11%
G=39.24%
B=31.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6993750.2600.190.6413514.8131.76
Hex455D4B1A0134087f20
Octal105135113320231002071740
Binary100010110111011001011110100100111000000100001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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