#416751

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

Shades of Feldgrau #416751

Tints of Feldgrau #416751

Color information

#416751 (or 0x416751) is unknown color: approx Feldgrau. HEX triplet: 41, 67 and 51. RGB value is (65,103,81). Sum of RGB (Red+Green+Blue) = 65+103+81=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 103 - color contains mainly: green. Hex color #416751 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416751 is #BE98AE. Grayscale: #595959. Windows color (decimal): -12490927 or 5334849. OLE color: 5334849.

HSL color Cylindrical-coordinate representation of color #416751: hue angle of 145.26º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #416751 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB6510381-
CMYK0.3700.210.60
HSL145.26º22.62%32.94%-
HSV(B)145.26º36.89%40.39%-
XYZ8.5211.429.54-
YUV89.13123.41110.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 81 (32.03% from 255) = 32.53%
R=26.10%
G=41.37%
B=32.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal65103810.3700.210.60145.2622.6232.94
Hex416751250153C911721
Octal10114712145025742212741
Binary1000001110011110100011001010101011111001001000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416751; }

 p { color: rgb(65,103,81); }

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

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

 a { background-color: rgb(65,103,81); }

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

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

 span { border-color: rgb(65,103,81); }

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