#466244

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

Shades of Grey-Asparagus #466244

Tints of Grey-Asparagus #466244

Color information

#466244 (or 0x466244) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 62 and 44. RGB value is (70,98,68). Sum of RGB (Red+Green+Blue) = 70+98+68=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #466244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466244 is #B99DBB. Grayscale: #565656. Windows color (decimal): -12164540 or 4481606. OLE color: 4481606.

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

Color convert

RGB709868-
CMYK0.2900.310.62
HSL116º18.07%32.55%-
HSV(B)116º30.61%38.43%-
XYZ7.9410.457.07-
YUV86.21117.72116.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 68 (26.95% from 255) = 28.81%
R=29.66%
G=41.53%
B=28.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7098680.2900.310.6211618.0732.55
Hex4662441D01F3E741221
Octal10614210435037761642241
Binary10001101100010100010011101011111111110111010010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466244; }

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

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

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

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

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

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

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

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