Html Css Color HEX #44594A Feldgrau

📋 copy color: '#44594A'

red 68 ◦ green 89 ◦ blue 74

#44594A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #44594A

Tints of Feldgrau #44594A

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.3% from 255) = 32.03%

R = 29.44%
G = 38.53%
B = 32.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#44594A (or 0x44594A) is known color: 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

RGB 68 89 74 -
CMYK 0.24 0 0.17 0.65
HSL 137.14º 0.13% 0.31% -
HSV(B) 137.14º 0.24% 0.35% -
XYZ 7.19 8.87 7.81 -
YUV 81.01 124.04 118.72 -
System Red Green Blue C M Y K H S L
Decimal 68 89 74 0.24 0 0.17 0.65 137.14 0.13 0.31
Hex 44 59 4A 18 0 11 41 89 D 1F
Octal 104 131 112 30 0 21 101 211 15 37
Binary 1000100 1011001 1001010 11000 0 10001 1000001 10001001 1101 11111

Color Harmonies of #44594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44594A

Black with #44594A

Text Example


Text Example

White with #44594A

Text Example


Text Example

HTML Codes & Css Web 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>