#41644B

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

Shades of Feldgrau #41644B

Tints of Feldgrau #41644B

Color information

#41644B (or 0x41644B) is unknown color: approx Feldgrau. HEX triplet: 41, 64 and 4B. RGB value is (65,100,75). Sum of RGB (Red+Green+Blue) = 65+100+75=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 100 (39.45% from 255 or 41.67% from 240); Blue value is 75 (29.69% from 255 or 31.25% from 240); Max value from RGB is 100 - color contains mainly: green. Hex color #41644B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41644B is #BE9BB4. Grayscale: #565656. Windows color (decimal): -12491701 or 4940865. OLE color: 4940865.

HSL color Cylindrical-coordinate representation of color #41644B: hue angle of 137.14º 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 #41644B is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB6510075-
CMYK0.3500.250.61
HSL137.14º21.21%32.35%-
HSV(B)137.14º35%39.22%-
XYZ8.0110.758.31-
YUV86.68121.4112.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.08%
GREEN value IS 100 (39.45% from 255) = 41.67%
BLUE value IS 75 (29.69% from 255) = 31.25%
R=27.08%
G=41.67%
B=31.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal65100750.3500.250.61137.1421.2132.35
Hex41644B230193D891520
Octal10114411343031752112540
Binary1000001110010010010111000110110011111011000100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41644B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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