#41644D

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

Shades of Feldgrau #41644D

Tints of Feldgrau #41644D

Color information

#41644D (or 0x41644D) is unknown color: approx Feldgrau. HEX triplet: 41, 64 and 4D. RGB value is (65,100,77). Sum of RGB (Red+Green+Blue) = 65+100+77=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 100 - color contains mainly: green. Hex color #41644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41644D is #BE9BB2. Grayscale: #565656. Windows color (decimal): -12491699 or 5071937. OLE color: 5071937.

HSL color Cylindrical-coordinate representation of color #41644D: hue angle of 140.57º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #41644D is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB6510077-
CMYK0.3500.230.61
HSL140.57º21.21%32.35%-
HSV(B)140.57º35%39.22%-
XYZ8.0810.778.68-
YUV86.91122.4112.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 100 (39.45% from 255) = 41.32%
BLUE value IS 77 (30.47% from 255) = 31.82%
R=26.86%
G=41.32%
B=31.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65100770.3500.230.61140.5721.2132.35
Hex41644D230173D8d1520
Octal10114411543027752152540
Binary1000001110010010011011000110101111111011000110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,100,77); }

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

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

 a { background-color: rgb(65,100,77); }

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

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

 span { border-color: rgb(65,100,77); }

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