#41674E

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

Shades of Feldgrau #41674E

Tints of Feldgrau #41674E

Color information

#41674E (or 0x41674E) is unknown color: approx Feldgrau. HEX triplet: 41, 67 and 4E. RGB value is (65,103,78). Sum of RGB (Red+Green+Blue) = 65+103+78=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #41674E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41674E is #BE98B1. Grayscale: #585858. Windows color (decimal): -12490930 or 5138241. OLE color: 5138241.

HSL color Cylindrical-coordinate representation of color #41674E: hue angle of 140.53º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #41674E is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB6510378-
CMYK0.3700.240.60
HSL140.53º22.62%32.94%-
HSV(B)140.53º36.89%40.39%-
XYZ8.4111.378.96-
YUV88.79121.91111.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 103 (40.62% from 255) = 41.87%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=26.42%
G=41.87%
B=31.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65103780.3700.240.60140.5322.6232.94
Hex41674E250183C8d1721
Octal10114711645030742152741
Binary1000001110011110011101001010110001111001000110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,103,78); }

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

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

 a { background-color: rgb(65,103,78); }

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

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

 span { border-color: rgb(65,103,78); }

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