#466542

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

Shades of Grey-Asparagus #466542

Tints of Grey-Asparagus #466542

Color information

#466542 (or 0x466542) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 65 and 42. RGB value is (70,101,66). Sum of RGB (Red+Green+Blue) = 70+101+66=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #466542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466542 is #B99ABD. Grayscale: #575757. Windows color (decimal): -12163774 or 4351302. OLE color: 4351302.

HSL color Cylindrical-coordinate representation of color #466542: hue angle of 113.14º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466542 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB7010166-
CMYK0.3100.350.60
HSL113.14º20.96%32.75%-
HSV(B)113.14º34.65%39.61%-
XYZ8.16116.85-
YUV87.74115.73115.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.54%
GREEN value IS 101 (39.84% from 255) = 42.62%
BLUE value IS 66 (26.17% from 255) = 27.85%
R=29.54%
G=42.62%
B=27.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal70101660.3100.350.60113.1420.9632.75
Hex4665421F0233C711521
Octal10614510237043741612541
Binary100011011001011000010111110100011111100111000110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466542; }

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

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

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

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

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

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

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

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