#41604C

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

Shades of Feldgrau #41604C

Tints of Feldgrau #41604C

Color information

#41604C (or 0x41604C) is unknown color: approx Feldgrau. HEX triplet: 41, 60 and 4C. RGB value is (65,96,76). Sum of RGB (Red+Green+Blue) = 65+96+76=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 96 (37.89% from 255 or 40.51% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 96 - color contains mainly: green. Hex color #41604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41604C is #BE9FB3. Grayscale: #545454. Windows color (decimal): -12492724 or 5005377. OLE color: 5005377.

HSL color Cylindrical-coordinate representation of color #41604C: hue angle of 141.29º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #41604C is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB659676-
CMYK0.3200.210.62
HSL141.29º19.25%31.57%-
HSV(B)141.29º32.29%37.65%-
XYZ7.6710.018.37-
YUV84.45123.23114.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.43%
GREEN value IS 96 (37.89% from 255) = 40.51%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=27.43%
G=40.51%
B=32.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6596760.3200.210.62141.2919.2531.57
Hex41604C200153E8d1320
Octal10114011440025762152340
Binary1000001110000010011001000000101011111101000110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41604C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41604C; }

 p { color: rgb(65,96,76); }

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

<style>
 a { background-color: #41604C; }

 a { background-color: rgb(65,96,76); }

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

<style>
 span { border-color: #41604C; }

 span { border-color: rgb(65,96,76); }

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