#465C43

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

Shades of Grey-Asparagus #465C43

Tints of Grey-Asparagus #465C43

Color information

#465C43 (or 0x465C43) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 5C and 43. RGB value is (70,92,67). Sum of RGB (Red+Green+Blue) = 70+92+67=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 92 (36.33% from 255 or 40.17% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 92 - color contains mainly: green. Hex color #465C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C43 is #B9A3BC. Grayscale: #525252. Windows color (decimal): -12166077 or 4414534. OLE color: 4414534.

HSL color Cylindrical-coordinate representation of color #465C43: hue angle of 112.8º 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 #465C43 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.64.

Color convert

RGB709267-
CMYK0.2400.270.64
HSL112.8º15.72%31.18%-
HSV(B)112.8º27.17%36.08%-
XYZ7.379.366.73-
YUV82.57119.21119.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 92 (36.33% from 255) = 40.17%
BLUE value IS 67 (26.56% from 255) = 29.26%
R=30.57%
G=40.17%
B=29.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7092670.2400.270.64112.815.7231.18
Hex465C431801B4071101f
Octal106134103300331001612037
Binary10001101011100100001111000011011100000011100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,92,67); }

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

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

 a { background-color: rgb(70,92,67); }

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

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

 span { border-color: rgb(70,92,67); }

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