#41664D

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

Shades of Feldgrau #41664D

Tints of Feldgrau #41664D

Color information

#41664D (or 0x41664D) is unknown color: approx Feldgrau. HEX triplet: 41, 66 and 4D. RGB value is (65,102,77). Sum of RGB (Red+Green+Blue) = 65+102+77=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 102 - color contains mainly: green. Hex color #41664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41664D is #BE99B2. Grayscale: #585858. Windows color (decimal): -12491187 or 5072449. OLE color: 5072449.

HSL color Cylindrical-coordinate representation of color #41664D: hue angle of 139.46º 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 #41664D is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB6510277-
CMYK0.3600.250.6
HSL139.46º22.16%32.75%-
HSV(B)139.46º36.27%40%-
XYZ8.2711.168.74-
YUV88.09121.74111.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.64%
GREEN value IS 102 (40.23% from 255) = 41.80%
BLUE value IS 77 (30.47% from 255) = 31.56%
R=26.64%
G=41.80%
B=31.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102770.3600.250.6139.4622.1632.75
Hex41664D240193C8b1621
Octal10114611544031742132641
Binary1000001110011010011011001000110011111001000101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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