Html Css Color HEX #44554A Feldgrau

📋 copy color: '#44554A'

red 68 ◦ green 85 ◦ blue 74

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

Shades of Feldgrau #44554A

Tints of Feldgrau #44554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 37.44%

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

R = 29.96%
G = 37.44%
B = 32.6%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#44554A (or 0x44554A) is known color: Feldgrau. HEX triplet: 44, 55 and 4A. RGB value is (68,85,74). Sum of RGB (Red+Green+Blue) = 68+85+74=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 74 (29.30% from 255 or 32.60% from 227); Max value from RGB is 85 - color contains mainly: green. Hex color #44554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44554A is #BBAAB5. Grayscale: #4E4E4E. Windows color (decimal): -12298934 or 4871492. OLE color: 4871492.

HSL color Cylindrical-coordinate representation of color #44554A: hue angle of 141.18º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #44554A is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 74 -
CMYK 0.20 0 0.13 0.67
HSL 141.18º 0.11% 0.3% -
HSV(B) 141.18º 0.2% 0.33% -
XYZ 6.87 8.22 7.7 -
YUV 78.66 125.37 120.39 -
System Red Green Blue C M Y K H S L
Decimal 68 85 74 0.20 0 0.13 0.67 141.18 0.11 0.3
Hex 44 55 4A 14 0 D 43 8D B 1E
Octal 104 125 112 24 0 15 103 215 13 36
Binary 1000100 1010101 1001010 10100 0 1101 1000011 10001101 1011 11110

Color Harmonies of #44554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44554A

Black with #44554A

Text Example


Text Example

White with #44554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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