#44604D

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

Shades of Feldgrau #44604D

Tints of Feldgrau #44604D

Color information

#44604D (or 0x44604D) is unknown color: approx Feldgrau. HEX triplet: 44, 60 and 4D. RGB value is (68,96,77). Sum of RGB (Red+Green+Blue) = 68+96+77=241 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.22% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #44604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44604D is #BB9FB2. Grayscale: #555555. Windows color (decimal): -12296115 or 5070916. OLE color: 5070916.

HSL color Cylindrical-coordinate representation of color #44604D: hue angle of 139.29º 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 #44604D is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB689677-
CMYK0.2900.200.62
HSL139.29º17.07%32.16%-
HSV(B)139.29º29.17%37.65%-
XYZ7.9110.138.56-
YUV85.46123.22115.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.22%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=28.22%
G=39.83%
B=31.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6896770.2900.200.62139.2917.0732.16
Hex44604D1D0143E8b1120
Octal10414011535024762132140
Binary100010011000001001101111010101001111101000101110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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