#466343

Color #466343 Grey-Asparagus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey-Asparagus #466343

Tints of Grey-Asparagus #466343

Color information

#466343 (or 0x466343) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 63 and 43. RGB value is (70,99,67). Sum of RGB (Red+Green+Blue) = 70+99+67=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #466343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466343 is #B99CBC. Grayscale: #565656. Windows color (decimal): -12164285 or 4416326. OLE color: 4416326.

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

Color convert

RGB709967-
CMYK0.2900.320.61
HSL114.37º19.28%32.55%-
HSV(B)114.37º32.32%38.82%-
XYZ810.636.94-
YUV86.68116.89116.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 99 (39.06% from 255) = 41.95%
BLUE value IS 67 (26.56% from 255) = 28.39%
R=29.66%
G=41.95%
B=28.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099670.2900.320.61114.3719.2832.55
Hex4663431D0203D721321
Octal10614310335040751622341
Binary100011011000111000011111010100000111101111001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466343; }

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

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

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

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

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

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

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

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