Html Css Color HEX #445849 Feldgrau

📋 copy color: '#445849'

red 68 ◦ green 88 ◦ blue 73

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

Shades of Feldgrau #445849

Tints of Feldgrau #445849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 31.88%

R = 29.69%
G = 38.43%
B = 31.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#445849 (or 0x445849) is known color: Feldgrau. HEX triplet: 44, 58 and 49. RGB value is (68,88,73). Sum of RGB (Red+Green+Blue) = 68+88+73=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 73 (28.91% from 255 or 31.88% from 229); Max value from RGB is 88 - color contains mainly: green. Hex color #445849 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445849 is #BBA7B6. Grayscale: #505050. Windows color (decimal): -12298167 or 4806724. OLE color: 4806724.

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

Color convert

RGB 68 88 73 -
CMYK 0.23 0 0.17 0.65
HSL 135º 0.13% 0.31% -
HSV(B) 135º 0.23% 0.35% -
XYZ 7.08 8.69 7.61 -
YUV 80.31 123.87 119.22 -
System Red Green Blue C M Y K H S L
Decimal 68 88 73 0.23 0 0.17 0.65 135 0.13 0.31
Hex 44 58 49 17 0 11 41 87 D 1F
Octal 104 130 111 27 0 21 101 207 15 37
Binary 1000100 1011000 1001001 10111 0 10001 1000001 10000111 1101 11111

Color Harmonies of #445849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445849

Black with #445849

Text Example


Text Example

White with #445849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445849; }

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

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

background-color css

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

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

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

border-color css

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

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

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