Html Css Color HEX #44594B Feldgrau

📋 copy color: '#44594B'

red 68 ◦ green 89 ◦ blue 75

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

Shades of Feldgrau #44594B

Tints of Feldgrau #44594B

RGB

 RED value IS 68 (26.95% from 255) = 29.31%

 GREEN value IS 89 (35.16% from 255) = 38.36%

 BLUE value IS 75 (29.69% from 255) = 32.33%

R = 29.31%
G = 38.36%
B = 32.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#44594B (or 0x44594B) is known color: Feldgrau. HEX triplet: 44, 59 and 4B. RGB value is (68,89,75). Sum of RGB (Red+Green+Blue) = 68+89+75=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 75 (29.69% from 255 or 32.33% from 232); Max value from RGB is 89 - color contains mainly: green. Hex color #44594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44594B is #BBA6B4. Grayscale: #515151. Windows color (decimal): -12297909 or 4938052. OLE color: 4938052.

HSL color Cylindrical-coordinate representation of color #44594B: hue angle of 140º 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 #44594B is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 89 75 -
CMYK 0.24 0 0.16 0.65
HSL 140º 0.13% 0.31% -
HSV(B) 140º 0.24% 0.35% -
XYZ 7.23 8.88 7.99 -
YUV 81.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 68 89 75 0.24 0 0.16 0.65 140 0.13 0.31
Hex 44 59 4B 18 0 10 41 8C D 1F
Octal 104 131 113 30 0 20 101 214 15 37
Binary 1000100 1011001 1001011 11000 0 10000 1000001 10001100 1101 11111

Color Harmonies of #44594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44594B

Black with #44594B

Text Example


Text Example

White with #44594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44594B;
 }
 .AnyTagClassName
 {
   color: #44594B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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