#41664F

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

Shades of Feldgrau #41664F

Tints of Feldgrau #41664F

Color information

#41664F (or 0x41664F) is unknown color: approx Feldgrau. HEX triplet: 41, 66 and 4F. RGB value is (65,102,79). Sum of RGB (Red+Green+Blue) = 65+102+79=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #41664F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41664F is #BE99B0. Grayscale: #585858. Windows color (decimal): -12491185 or 5203521. OLE color: 5203521.

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

Color convert

RGB6510279-
CMYK0.3600.230.6
HSL142.7º22.16%32.75%-
HSV(B)142.7º36.27%40%-
XYZ8.3411.199.12-
YUV88.32122.74111.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 102 (40.23% from 255) = 41.46%
BLUE value IS 79 (31.25% from 255) = 32.11%
R=26.42%
G=41.46%
B=32.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65102790.3600.230.6142.722.1632.75
Hex41664F240173C8f1621
Octal10114611744027742172641
Binary1000001110011010011111001000101111111001000111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41664F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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