#45564B

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

Shades of Feldgrau #45564B

Tints of Feldgrau #45564B

Color information

#45564B (or 0x45564B) is unknown color: approx Feldgrau. HEX triplet: 45, 56 and 4B. RGB value is (69,86,75). Sum of RGB (Red+Green+Blue) = 69+86+75=230 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 86 - color contains mainly: green. Hex color #45564B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45564B is #BAA9B4. Grayscale: #4F4F4F. Windows color (decimal): -12233141 or 4937285. OLE color: 4937285.

HSL color Cylindrical-coordinate representation of color #45564B: hue angle of 141.18º 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 #45564B is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.66.

Color convert

RGB698675-
CMYK0.2000.130.66
HSL141.18º10.97%30.39%-
HSV(B)141.18º19.77%33.73%-
XYZ7.058.437.91-
YUV79.66125.37120.39-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=30%
G=37.39%
B=32.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6986750.2000.130.66141.1810.9730.39
Hex45564B140D428db1e
Octal105126113240151022151336
Binary1000101101011010010111010001101100001010001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45564B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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