#466150

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

Shades of Feldgrau #466150

Tints of Feldgrau #466150

Color information

#466150 (or 0x466150) is unknown color: approx Feldgrau. HEX triplet: 46, 61 and 50. RGB value is (70,97,80). Sum of RGB (Red+Green+Blue) = 70+97+80=247 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.34% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #466150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #466150 is #B99EAF. Grayscale: #575757. Windows color (decimal): -12164784 or 5267782. OLE color: 5267782.

HSL color Cylindrical-coordinate representation of color #466150: hue angle of 142.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #466150 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB709780-
CMYK0.2800.180.62
HSL142.22º16.17%32.75%-
HSV(B)142.22º27.84%38.04%-
XYZ8.2510.439.17-
YUV86.99124.05115.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.34%
GREEN value IS 97 (38.28% from 255) = 39.27%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=28.34%
G=39.27%
B=32.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7097800.2800.180.62142.2216.1732.75
Hex4661501C0123E8e1021
Octal10614112034022762162041
Binary100011011000011010000111000100101111101000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466150; }

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

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

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

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

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

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

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

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