#44574B

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

Shades of Feldgrau #44574B

Tints of Feldgrau #44574B

Color information

#44574B (or 0x44574B) is unknown color: approx Feldgrau. HEX triplet: 44, 57 and 4B. RGB value is (68,87,75). Sum of RGB (Red+Green+Blue) = 68+87+75=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 75 (29.69% from 255 or 32.61% from 230); Max value from RGB is 87 - color contains mainly: green. Hex color #44574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44574B is #BBA8B4. Grayscale: #4F4F4F. Windows color (decimal): -12298421 or 4937540. OLE color: 4937540.

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

Color convert

RGB688775-
CMYK0.2200.140.66
HSL142.11º12.26%30.39%-
HSV(B)142.11º21.84%34.12%-
XYZ7.068.557.94-
YUV79.95125.21119.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 87 (34.38% from 255) = 37.83%
BLUE value IS 75 (29.69% from 255) = 32.61%
R=29.57%
G=37.83%
B=32.61%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6887750.2200.140.66142.1112.2630.39
Hex44574B160E428ec1e
Octal104127113260161022161436
Binary1000100101011110010111011001110100001010001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44574B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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