#466344

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

Shades of Grey-Asparagus #466344

Tints of Grey-Asparagus #466344

Color information

#466344 (or 0x466344) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 63 and 44. RGB value is (70,99,68). Sum of RGB (Red+Green+Blue) = 70+99+68=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #466344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466344 is #B99CBB. Grayscale: #565656. Windows color (decimal): -12164284 or 4481862. OLE color: 4481862.

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

Color convert

RGB709968-
CMYK0.2900.310.61
HSL116.13º18.56%32.75%-
HSV(B)116.13º31.31%38.82%-
XYZ8.0310.647.1-
YUV86.8117.39116.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 68 (26.95% from 255) = 28.69%
R=29.54%
G=41.77%
B=28.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099680.2900.310.61116.1318.5632.75
Hex4663441D01F3D741321
Octal10614310435037751642341
Binary10001101100011100010011101011111111101111010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466344; }

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

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

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

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

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

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

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

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