#416550

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

Shades of Feldgrau #416550

Tints of Feldgrau #416550

Color information

#416550 (or 0x416550) is unknown color: approx Feldgrau. HEX triplet: 41, 65 and 50. RGB value is (65,101,80). Sum of RGB (Red+Green+Blue) = 65+101+80=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 101 (39.84% from 255 or 41.06% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 101 - color contains mainly: green. Hex color #416550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416550 is #BE9AAF. Grayscale: #575757. Windows color (decimal): -12491440 or 5268801. OLE color: 5268801.

HSL color Cylindrical-coordinate representation of color #416550: hue angle of 145º 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 #416550 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB6510180-
CMYK0.3600.210.60
HSL145º21.69%32.55%-
HSV(B)145º35.64%39.61%-
XYZ8.2811.019.28-
YUV87.84123.57111.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.42%
GREEN value IS 101 (39.84% from 255) = 41.06%
BLUE value IS 80 (31.64% from 255) = 32.52%
R=26.42%
G=41.06%
B=32.52%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65101800.3600.210.6014521.6932.55
Hex416550240153C911621
Octal10114512044025742212641
Binary1000001110010110100001001000101011111001001000110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416550; }

 p { color: rgb(65,101,80); }

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

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

 a { background-color: rgb(65,101,80); }

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

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

 span { border-color: rgb(65,101,80); }

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