#45564A

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

Shades of Feldgrau #45564A

Tints of Feldgrau #45564A

Color information

#45564A (or 0x45564A) is unknown color: approx Feldgrau. HEX triplet: 45, 56 and 4A. RGB value is (69,86,74). Sum of RGB (Red+Green+Blue) = 69+86+74=229 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.13% from 229); Green value is 86 (33.98% from 255 or 37.55% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 86 - color contains mainly: green. Hex color #45564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45564A is #BAA9B5. Grayscale: #4F4F4F. Windows color (decimal): -12233142 or 4871749. OLE color: 4871749.

HSL color Cylindrical-coordinate representation of color #45564A: hue angle of 137.65º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #45564A is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB698674-
CMYK0.2000.140.66
HSL137.65º10.97%30.39%-
HSV(B)137.65º19.77%33.73%-
XYZ7.028.427.73-
YUV79.55124.87120.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.13%
GREEN value IS 86 (33.98% from 255) = 37.55%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=30.13%
G=37.55%
B=32.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6986740.2000.140.66137.6510.9730.39
Hex45564A140E428ab1e
Octal105126112240161022121336
Binary1000101101011010010101010001110100001010001010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45564A; }

 p { color: rgb(69,86,74); }

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

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

 a { background-color: rgb(69,86,74); }

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

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

 span { border-color: rgb(69,86,74); }

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