#466041

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

Shades of Grey-Asparagus #466041

Tints of Grey-Asparagus #466041

Color information

#466041 (or 0x466041) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 60 and 41. RGB value is (70,96,65). Sum of RGB (Red+Green+Blue) = 70+96+65=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #466041 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466041 is #B99FBE. Grayscale: #545454. Windows color (decimal): -12165055 or 4284486. OLE color: 4284486.

HSL color Cylindrical-coordinate representation of color #466041: hue angle of 110.32º 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 #466041 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB709665-
CMYK0.2700.320.62
HSL110.32º19.25%31.57%-
HSV(B)110.32º32.29%37.65%-
XYZ7.6610.056.54-
YUV84.69116.89117.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 65 (25.78% from 255) = 28.14%
R=30.30%
G=41.56%
B=28.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7096650.2700.320.62110.3219.2531.57
Hex4660411B0203E6e1320
Octal10614010133040761562340
Binary100011011000001000001110110100000111110110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466041; }

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

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

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

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

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

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

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

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