Html Css Color HEX #44584A Feldgrau

📋 copy color: '#44584A'

red 68 ◦ green 88 ◦ blue 74

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

Shades of Feldgrau #44584A

Tints of Feldgrau #44584A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.26%

 BLUE value IS 74 (29.3% from 255) = 32.17%

R = 29.57%
G = 38.26%
B = 32.17%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#44584A (or 0x44584A) is known color: Feldgrau. HEX triplet: 44, 58 and 4A. RGB value is (68,88,74). Sum of RGB (Red+Green+Blue) = 68+88+74=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 88 - color contains mainly: green. Hex color #44584A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44584A is #BBA7B5. Grayscale: #505050. Windows color (decimal): -12298166 or 4872260. OLE color: 4872260.

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

Color convert

RGB 68 88 74 -
CMYK 0.23 0 0.16 0.65
HSL 138º 0.13% 0.31% -
HSV(B) 138º 0.23% 0.35% -
XYZ 7.11 8.7 7.78 -
YUV 80.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 68 88 74 0.23 0 0.16 0.65 138 0.13 0.31
Hex 44 58 4A 17 0 10 41 8A D 1F
Octal 104 130 112 27 0 20 101 212 15 37
Binary 1000100 1011000 1001010 10111 0 10000 1000001 10001010 1101 11111

Color Harmonies of #44584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44584A

Black with #44584A

Text Example


Text Example

White with #44584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44584A;
 }
 .AnyTagClassName
 {
   color: #44584A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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