#445349

Color #445349 Feldgrau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldgrau #445349

Tints of Feldgrau #445349

Color information

#445349 (or 0x445349) is unknown color: approx Feldgrau. HEX triplet: 44, 53 and 49. RGB value is (68,83,73). Sum of RGB (Red+Green+Blue) = 68+83+73=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 83 - color contains mainly: green. Hex color #445349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445349 is #BBACB6. Grayscale: #4D4D4D. Windows color (decimal): -12299447 or 4805444. OLE color: 4805444.

HSL color Cylindrical-coordinate representation of color #445349: hue angle of 140º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #445349 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB688373-
CMYK0.1800.120.67
HSL140º9.93%29.61%-
HSV(B)140º18.07%32.55%-
XYZ6.687.97.48-
YUV77.38125.53121.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.36%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 73 (28.91% from 255) = 32.59%
R=30.36%
G=37.05%
B=32.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6883730.1800.120.671409.9329.61
Hex445349120C438ca1e
Octal104123111220141032141236
Binary1000100101001110010011001001100100001110001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445349; }

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

 H1.HeaderClassName
 {
   color: #445349;
 }
 .AnyTagClassName
 {
   color: #445349;
 }
</style>
background-color css

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

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

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

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

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

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