#465B42

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

Shades of Grey-Asparagus #465B42

Tints of Grey-Asparagus #465B42

Color information

#465B42 (or 0x465B42) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 5B and 42. RGB value is (70,91,66). Sum of RGB (Red+Green+Blue) = 70+91+66=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #465B42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465B42 is #B9A4BD. Grayscale: #515151. Windows color (decimal): -12166334 or 4348742. OLE color: 4348742.

HSL color Cylindrical-coordinate representation of color #465B42: hue angle of 110.4º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #465B42 is Cyan = 0.23, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB709166-
CMYK0.2300.270.64
HSL110.4º15.92%30.78%-
HSV(B)110.4º27.47%35.69%-
XYZ7.259.186.54-
YUV81.87119.04119.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 91 (35.94% from 255) = 40.09%
BLUE value IS 66 (26.17% from 255) = 29.07%
R=30.84%
G=40.09%
B=29.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7091660.2300.270.64110.415.9230.78
Hex465B421701B406e101f
Octal106133102270331001562037
Binary10001101011011100001010111011011100000011011101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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