#41664E

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

Shades of Feldgrau #41664E

Tints of Feldgrau #41664E

Color information

#41664E (or 0x41664E) is unknown color: approx Feldgrau. HEX triplet: 41, 66 and 4E. RGB value is (65,102,78). Sum of RGB (Red+Green+Blue) = 65+102+78=245 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.53% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 78 (30.86% from 255 or 31.84% from 245); Max value from RGB is 102 - color contains mainly: green. Hex color #41664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41664E is #BE99B1. Grayscale: #585858. Windows color (decimal): -12491186 or 5137985. OLE color: 5137985.

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

Color convert

RGB6510278-
CMYK0.3600.240.6
HSL141.08º22.16%32.75%-
HSV(B)141.08º36.27%40%-
XYZ8.3111.188.93-
YUV88.2122.24111.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.53%
GREEN value IS 102 (40.23% from 255) = 41.63%
BLUE value IS 78 (30.86% from 255) = 31.84%
R=26.53%
G=41.63%
B=31.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102780.3600.240.6141.0822.1632.75
Hex41664E240183C8d1621
Octal10114611644030742152641
Binary1000001110011010011101001000110001111001000110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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