#44574A

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

Shades of Feldgrau #44574A

Tints of Feldgrau #44574A

Color information

#44574A (or 0x44574A) is unknown color: approx Feldgrau. HEX triplet: 44, 57 and 4A. RGB value is (68,87,74). Sum of RGB (Red+Green+Blue) = 68+87+74=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 74 (29.30% from 255 or 32.31% from 229); Max value from RGB is 87 - color contains mainly: green. Hex color #44574A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44574A is #BBA8B5. Grayscale: #4F4F4F. Windows color (decimal): -12298422 or 4872004. OLE color: 4872004.

HSL color Cylindrical-coordinate representation of color #44574A: hue angle of 138.95º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #44574A is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB688774-
CMYK0.2200.150.66
HSL138.95º12.26%30.39%-
HSV(B)138.95º21.84%34.12%-
XYZ7.038.547.76-
YUV79.84124.71119.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 87 (34.38% from 255) = 37.99%
BLUE value IS 74 (29.30% from 255) = 32.31%
R=29.69%
G=37.99%
B=32.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887740.2200.150.66138.9512.2630.39
Hex44574A160F428bc1e
Octal104127112260171022131436
Binary1000100101011110010101011001111100001010001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,87,74); }

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

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

 a { background-color: rgb(68,87,74); }

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

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

 span { border-color: rgb(68,87,74); }

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