#44624D

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

Shades of Feldgrau #44624D

Tints of Feldgrau #44624D

Color information

#44624D (or 0x44624D) is unknown color: approx Feldgrau. HEX triplet: 44, 62 and 4D. RGB value is (68,98,77). Sum of RGB (Red+Green+Blue) = 68+98+77=243 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.98% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #44624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44624D is #BB9DB2. Grayscale: #565656. Windows color (decimal): -12295603 or 5071428. OLE color: 5071428.

HSL color Cylindrical-coordinate representation of color #44624D: hue angle of 138º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #44624D is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB689877-
CMYK0.3100.210.62
HSL138º18.07%32.55%-
HSV(B)138º30.61%38.43%-
XYZ8.0910.58.62-
YUV86.64122.56114.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.98%
GREEN value IS 98 (38.67% from 255) = 40.33%
BLUE value IS 77 (30.47% from 255) = 31.69%
R=27.98%
G=40.33%
B=31.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898770.3100.210.6213818.0732.55
Hex44624D1F0153E8a1221
Octal10414211537025762122241
Binary100010011000101001101111110101011111101000101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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