#466341

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

Shades of Grey-Asparagus #466341

Tints of Grey-Asparagus #466341

Color information

#466341 (or 0x466341) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 63 and 41. RGB value is (70,99,65). Sum of RGB (Red+Green+Blue) = 70+99+65=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 65 (25.78% from 255 or 27.78% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #466341 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466341 is #B99CBE. Grayscale: #565656. Windows color (decimal): -12164287 or 4285254. OLE color: 4285254.

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

Color convert

RGB709965-
CMYK0.2900.340.61
HSL111.18º20.73%32.16%-
HSV(B)111.18º34.34%38.82%-
XYZ7.9410.616.63-
YUV86.45115.89116.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 99 (39.06% from 255) = 42.31%
BLUE value IS 65 (25.78% from 255) = 27.78%
R=29.91%
G=42.31%
B=27.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7099650.2900.340.61111.1820.7332.16
Hex4663411D0223D6f1520
Octal10614310135042751572540
Binary100011011000111000001111010100010111101110111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466341; }

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

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

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

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

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

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

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

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