#416A4F

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

Shades of Feldgrau #416A4F

Tints of Feldgrau #416A4F

Color information

#416A4F (or 0x416A4F) is unknown color: approx Feldgrau. HEX triplet: 41, 6A and 4F. RGB value is (65,106,79). Sum of RGB (Red+Green+Blue) = 65+106+79=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 106 (41.80% from 255 or 42.4% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 106 - color contains mainly: green. Hex color #416A4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416A4F is #BE95B0. Grayscale: #5A5A5A. Windows color (decimal): -12490161 or 5204545. OLE color: 5204545.

HSL color Cylindrical-coordinate representation of color #416A4F: hue angle of 140.49º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #416A4F is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.

Color convert

RGB6510679-
CMYK0.3900.250.58
HSL140.49º23.98%33.53%-
HSV(B)140.49º38.68%41.57%-
XYZ8.75129.25-
YUV90.66121.42109.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26%
GREEN value IS 106 (41.80% from 255) = 42.4%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=26%
G=42.4%
B=31.6%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65106790.3900.250.58140.4923.9833.53
Hex416A4F270193A8c1822
Octal10115211747031722143042
Binary1000001110101010011111001110110011110101000110011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416A4F; }

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

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

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

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

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

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

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

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