#465D41

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

Shades of Grey-Asparagus #465D41

Tints of Grey-Asparagus #465D41

Color information

#465D41 (or 0x465D41) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 5D and 41. RGB value is (70,93,65). Sum of RGB (Red+Green+Blue) = 70+93+65=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #465D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465D41 is #B9A2BE. Grayscale: #535353. Windows color (decimal): -12165823 or 4283718. OLE color: 4283718.

HSL color Cylindrical-coordinate representation of color #465D41: hue angle of 109.29º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #465D41 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB709365-
CMYK0.2500.300.64
HSL109.29º17.72%30.98%-
HSV(B)109.29º30.11%36.47%-
XYZ7.399.516.45-
YUV82.93117.88118.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 93 (36.72% from 255) = 40.79%
BLUE value IS 65 (25.78% from 255) = 28.51%
R=30.70%
G=40.79%
B=28.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7093650.2500.300.64109.2917.7230.98
Hex465D411901E406d121f
Octal106135101310361001552237
Binary10001101011101100000111001011110100000011011011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465D41; }

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

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

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

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

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

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

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

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