#44624E

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

Shades of Feldgrau #44624E

Tints of Feldgrau #44624E

Color information

#44624E (or 0x44624E) is unknown color: approx Feldgrau. HEX triplet: 44, 62 and 4E. RGB value is (68,98,78). Sum of RGB (Red+Green+Blue) = 68+98+78=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 78 (30.86% from 255 or 31.97% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #44624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44624E is #BB9DB1. Grayscale: #565656. Windows color (decimal): -12295602 or 5136964. OLE color: 5136964.

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

Color convert

RGB689878-
CMYK0.3100.200.62
HSL140º18.07%32.55%-
HSV(B)140º30.61%38.43%-
XYZ8.1310.518.81-
YUV86.75123.06114.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 98 (38.67% from 255) = 40.16%
BLUE value IS 78 (30.86% from 255) = 31.97%
R=27.87%
G=40.16%
B=31.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6898780.3100.200.6214018.0732.55
Hex44624E1F0143E8c1221
Octal10414211637024762142241
Binary100010011000101001110111110101001111101000110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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