Html Css Color HEX #44584B Feldgrau

📋 copy color: '#44584B'

red 68 ◦ green 88 ◦ blue 75

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

Shades of Feldgrau #44584B

Tints of Feldgrau #44584B

RGB

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

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

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

R = 29.44%
G = 38.1%
B = 32.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#44584B (or 0x44584B) is known color: Feldgrau. HEX triplet: 44, 58 and 4B. RGB value is (68,88,75). Sum of RGB (Red+Green+Blue) = 68+88+75=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 88 (34.77% from 255 or 38.10% from 231); Blue value is 75 (29.69% from 255 or 32.47% from 231); Max value from RGB is 88 - color contains mainly: green. Hex color #44584B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44584B is #BBA7B4. Grayscale: #505050. Windows color (decimal): -12298165 or 4937796. OLE color: 4937796.

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

Color convert

RGB 68 88 75 -
CMYK 0.23 0 0.15 0.65
HSL 141º 0.13% 0.31% -
HSV(B) 141º 0.23% 0.35% -
XYZ 7.14 8.72 7.96 -
YUV 80.54 124.87 119.06 -
System Red Green Blue C M Y K H S L
Decimal 68 88 75 0.23 0 0.15 0.65 141 0.13 0.31
Hex 44 58 4B 17 0 F 41 8D D 1F
Octal 104 130 113 27 0 17 101 215 15 37
Binary 1000100 1011000 1001011 10111 0 1111 1000001 10001101 1101 11111

Color Harmonies of #44584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44584B

Black with #44584B

Text Example


Text Example

White with #44584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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