#445E4C

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

Shades of Feldgrau #445E4C

Tints of Feldgrau #445E4C

Color information

#445E4C (or 0x445E4C) is unknown color: approx Feldgrau. HEX triplet: 44, 5E and 4C. RGB value is (68,94,76). Sum of RGB (Red+Green+Blue) = 68+94+76=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 94 (37.11% from 255 or 39.50% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 94 - color contains mainly: green. Hex color #445E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445E4C is #BBA1B3. Grayscale: #545454. Windows color (decimal): -12296628 or 5004868. OLE color: 5004868.

HSL color Cylindrical-coordinate representation of color #445E4C: hue angle of 138.46º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #445E4C is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB689476-
CMYK0.2800.190.63
HSL138.46º16.05%31.76%-
HSV(B)138.46º27.66%36.86%-
XYZ7.699.768.32-
YUV84.17123.39116.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.57%
GREEN value IS 94 (37.11% from 255) = 39.50%
BLUE value IS 76 (30.08% from 255) = 31.93%
R=28.57%
G=39.50%
B=31.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6894760.2800.190.63138.4616.0531.76
Hex445E4C1C0133F8a1020
Octal10413611434023772122040
Binary100010010111101001100111000100111111111000101010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445E4C; }

 p { color: rgb(68,94,76); }

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

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

 a { background-color: rgb(68,94,76); }

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

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

 span { border-color: rgb(68,94,76); }

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