#45584A

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

Shades of Feldgrau #45584A

Tints of Feldgrau #45584A

Color information

#45584A (or 0x45584A) is unknown color: approx Feldgrau. HEX triplet: 45, 58 and 4A. RGB value is (69,88,74). Sum of RGB (Red+Green+Blue) = 69+88+74=231 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.87% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #45584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45584A is #BAA7B5. Grayscale: #505050. Windows color (decimal): -12232630 or 4872261. OLE color: 4872261.

HSL color Cylindrical-coordinate representation of color #45584A: hue angle of 135.79º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #45584A is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB698874-
CMYK0.2200.160.65
HSL135.79º12.1%30.78%-
HSV(B)135.79º21.59%34.51%-
XYZ7.188.747.79-
YUV80.72124.21119.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.87%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=29.87%
G=38.10%
B=32.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988740.2200.160.65135.7912.130.78
Hex45584A160104188c1f
Octal105130112260201012101437
Binary10001011011000100101010110010000100000110001000110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45584A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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