#456050

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

Shades of Feldgrau #456050

Tints of Feldgrau #456050

Color information

#456050 (or 0x456050) is unknown color: approx Feldgrau. HEX triplet: 45, 60 and 50. RGB value is (69,96,80). Sum of RGB (Red+Green+Blue) = 69+96+80=245 (32% of max value = 765). Red value is 69 (27.34% from 255 or 28.16% from 245); Green value is 96 (37.89% from 255 or 39.18% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 96 - color contains mainly: green. Hex color #456050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456050 is #BA9FAF. Grayscale: #565656. Windows color (decimal): -12230576 or 5267525. OLE color: 5267525.

HSL color Cylindrical-coordinate representation of color #456050: hue angle of 144.44º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #456050 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.62.

Color convert

RGB699680-
CMYK0.2800.170.62
HSL144.44º16.36%32.35%-
HSV(B)144.44º28.12%37.65%-
XYZ8.0910.219.13-
YUV86.1124.55115.8-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 28.16%
GREEN value IS 96 (37.89% from 255) = 39.18%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=28.16%
G=39.18%
B=32.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6996800.2800.170.62144.4416.3632.35
Hex4560501C0113E901020
Octal10514012034021762202040
Binary100010111000001010000111000100011111101001000010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456050; }

 p { color: rgb(69,96,80); }

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

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

 a { background-color: rgb(69,96,80); }

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

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

 span { border-color: rgb(69,96,80); }

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