#44594A

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

Shades of Feldgrau #44594A

Tints of Feldgrau #44594A

Color information

#44594A (or 0x44594A) is unknown color: approx Feldgrau. HEX triplet: 44, 59 and 4A. RGB value is (68,89,74). Sum of RGB (Red+Green+Blue) = 68+89+74=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 89 - color contains mainly: green. Hex color #44594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44594A is #BBA6B5. Grayscale: #515151. Windows color (decimal): -12297910 or 4872516. OLE color: 4872516.

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

Color convert

RGB688974-
CMYK0.2400.170.65
HSL137.14º13.38%30.78%-
HSV(B)137.14º23.6%34.9%-
XYZ7.198.877.81-
YUV81.01124.04118.72-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 89 (35.16% from 255) = 38.53%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=29.44%
G=38.53%
B=32.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6889740.2400.170.65137.1413.3830.78
Hex44594A180114189d1f
Octal104131112300211012111537
Binary10001001011001100101011000010001100000110001001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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