#44584B

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

Shades of Feldgrau #44584B

Tints of Feldgrau #44584B

Color information

#44584B (or 0x44584B) is unknown color: approx Feldgrau. HEX triplet: 44, 58 and 4B. RGB value is (68,88,75). Sum of RGB (Red+Green+Blue) = 68+88+75=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #44584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44584B is #BBA7B4. Grayscale: #505050. Windows color (decimal): -12298165 or 4937796. OLE color: 4937796.

HSL color Cylindrical-coordinate representation of color #44584B: hue angle of 141º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #44584B is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB688875-
CMYK0.2300.150.65
HSL141º12.82%30.59%-
HSV(B)141º22.73%34.51%-
XYZ7.148.727.96-
YUV80.54124.87119.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 88 (34.77% from 255) = 38.10%
BLUE value IS 75 (29.69% from 255) = 32.47%
R=29.44%
G=38.10%
B=32.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6888750.2300.150.6514112.8230.59
Hex44584B170F418dd1f
Octal104130113270171012151537
Binary1000100101100010010111011101111100000110001101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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