#466242

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

Shades of Grey-Asparagus #466242

Tints of Grey-Asparagus #466242

Color information

#466242 (or 0x466242) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 62 and 42. RGB value is (70,98,66). Sum of RGB (Red+Green+Blue) = 70+98+66=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #466242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466242 is #B99DBD. Grayscale: #565656. Windows color (decimal): -12164542 or 4350534. OLE color: 4350534.

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

Color convert

RGB709866-
CMYK0.2900.330.62
HSL112.5º19.51%32.16%-
HSV(B)112.5º32.65%38.43%-
XYZ7.8810.436.75-
YUV85.98116.72116.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 66 (26.17% from 255) = 28.21%
R=29.91%
G=41.88%
B=28.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098660.2900.330.62112.519.5132.16
Hex4662421D0213E701420
Octal10614210235041761602440
Binary100011011000101000010111010100001111110111000010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466242; }

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

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

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

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

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

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

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

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