#466043

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

Shades of Grey-Asparagus #466043

Tints of Grey-Asparagus #466043

Color information

#466043 (or 0x466043) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 60 and 43. RGB value is (70,96,67). Sum of RGB (Red+Green+Blue) = 70+96+67=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #466043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466043 is #B99FBC. Grayscale: #555555. Windows color (decimal): -12165053 or 4415558. OLE color: 4415558.

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

Color convert

RGB709667-
CMYK0.2700.300.62
HSL113.79º17.79%31.96%-
HSV(B)113.79º30.21%37.65%-
XYZ7.7210.076.85-
YUV84.92117.89117.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 67 (26.56% from 255) = 28.76%
R=30.04%
G=41.20%
B=28.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096670.2700.300.62113.7917.7931.96
Hex4660431B01E3E721220
Octal10614010333036761622240
Binary10001101100000100001111011011110111110111001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466043; }

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

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

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

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

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

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

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

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