#466243

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

Shades of Grey-Asparagus #466243

Tints of Grey-Asparagus #466243

Color information

#466243 (or 0x466243) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 62 and 43. RGB value is (70,98,67). Sum of RGB (Red+Green+Blue) = 70+98+67=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #466243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466243 is #B99DBC. Grayscale: #565656. Windows color (decimal): -12164541 or 4416070. OLE color: 4416070.

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

Color convert

RGB709867-
CMYK0.2900.320.62
HSL114.19º18.79%32.35%-
HSV(B)114.19º31.63%38.43%-
XYZ7.9110.446.91-
YUV86.09117.22116.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.79%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 67 (26.56% from 255) = 28.51%
R=29.79%
G=41.70%
B=28.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098670.2900.320.62114.1918.7932.35
Hex4662431D0203E721320
Octal10614210335040761622340
Binary100011011000101000011111010100000111110111001010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466243; }

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

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

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

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

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

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

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

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