#45584B

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

Shades of Feldgrau #45584B

Tints of Feldgrau #45584B

Color information

#45584B (or 0x45584B) is unknown color: approx Feldgrau. HEX triplet: 45, 58 and 4B. RGB value is (69,88,75). Sum of RGB (Red+Green+Blue) = 69+88+75=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 88 - color contains mainly: green. Hex color #45584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45584B is #BAA7B4. Grayscale: #505050. Windows color (decimal): -12232629 or 4937797. OLE color: 4937797.

HSL color Cylindrical-coordinate representation of color #45584B: hue angle of 138.95º 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 #45584B is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB698875-
CMYK0.2200.150.65
HSL138.95º12.1%30.78%-
HSV(B)138.95º21.59%34.51%-
XYZ7.218.757.97-
YUV80.84124.71119.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 88 (34.77% from 255) = 37.93%
BLUE value IS 75 (29.69% from 255) = 32.33%
R=29.74%
G=37.93%
B=32.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6988750.2200.150.65138.9512.130.78
Hex45584B160F418bc1f
Octal105130113260171012131437
Binary1000101101100010010111011001111100000110001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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