#44604C

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

Shades of Feldgrau #44604C

Tints of Feldgrau #44604C

Color information

#44604C (or 0x44604C) is unknown color: approx Feldgrau. HEX triplet: 44, 60 and 4C. RGB value is (68,96,76). Sum of RGB (Red+Green+Blue) = 68+96+76=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #44604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44604C is #BB9FB3. Grayscale: #555555. Windows color (decimal): -12296116 or 5005380. OLE color: 5005380.

HSL color Cylindrical-coordinate representation of color #44604C: hue angle of 137.14º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #44604C is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB689676-
CMYK0.2900.210.62
HSL137.14º17.07%32.16%-
HSV(B)137.14º29.17%37.65%-
XYZ7.8710.128.38-
YUV85.35122.72115.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 96 (37.89% from 255) = 40%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=28.33%
G=40%
B=31.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896760.2900.210.62137.1417.0732.16
Hex44604C1D0153E891120
Octal10414011435025762112140
Binary100010011000001001100111010101011111101000100110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44604C; }

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

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

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

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

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

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

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

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