#466C42

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

Shades of Grey-Asparagus #466C42

Tints of Grey-Asparagus #466C42

Color information

#466C42 (or 0x466C42) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 6C and 42. RGB value is (70,108,66). Sum of RGB (Red+Green+Blue) = 70+108+66=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 108 (42.58% from 255 or 44.26% from 244); Blue value is 66 (26.17% from 255 or 27.05% from 244); Max value from RGB is 108 - color contains mainly: green. Hex color #466C42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466C42 is #B993BD. Grayscale: #5B5B5B. Windows color (decimal): -12161982 or 4353094. OLE color: 4353094.

HSL color Cylindrical-coordinate representation of color #466C42: hue angle of 114.29º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #466C42 is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.

Color convert

RGB7010866-
CMYK0.3500.390.58
HSL114.29º24.14%34.12%-
HSV(B)114.29º38.89%42.35%-
XYZ8.8712.427.08-
YUV91.85113.41112.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.69%
GREEN value IS 108 (42.58% from 255) = 44.26%
BLUE value IS 66 (26.17% from 255) = 27.05%
R=28.69%
G=44.26%
B=27.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal70108660.3500.390.58114.2924.1434.12
Hex466C42230273A721822
Octal10615410243047721623042
Binary1000110110110010000101000110100111111010111001011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466C42; }

 p { color: rgb(70,108,66); }

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

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

 a { background-color: rgb(70,108,66); }

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

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

 span { border-color: rgb(70,108,66); }

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