#466350

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

Shades of Feldgrau #466350

Tints of Feldgrau #466350

Color information

#466350 (or 0x466350) is unknown color: approx Feldgrau. HEX triplet: 46, 63 and 50. RGB value is (70,99,80). Sum of RGB (Red+Green+Blue) = 70+99+80=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #466350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466350 is #B99CAF. Grayscale: #585858. Windows color (decimal): -12164272 or 5268294. OLE color: 5268294.

HSL color Cylindrical-coordinate representation of color #466350: hue angle of 140.69º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #466350 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB709980-
CMYK0.2900.190.61
HSL140.69º17.16%33.14%-
HSV(B)140.69º29.29%38.82%-
XYZ8.4410.89.23-
YUV88.16123.39115.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.11%
GREEN value IS 99 (39.06% from 255) = 39.76%
BLUE value IS 80 (31.64% from 255) = 32.13%
R=28.11%
G=39.76%
B=32.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099800.2900.190.61140.6917.1633.14
Hex4663501D0133D8d1121
Octal10614312035023752152141
Binary100011011000111010000111010100111111011000110110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466350; }

 p { color: rgb(70,99,80); }

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

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

 a { background-color: rgb(70,99,80); }

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

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

 span { border-color: rgb(70,99,80); }

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