#465541

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

Shades of Grey-Asparagus #465541

Tints of Grey-Asparagus #465541

Color information

#465541 (or 0x465541) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 55 and 41. RGB value is (70,85,65). Sum of RGB (Red+Green+Blue) = 70+85+65=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 85 - color contains mainly: green. Hex color #465541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465541 is #B9AABE. Grayscale: #4E4E4E. Windows color (decimal): -12167871 or 4281670. OLE color: 4281670.

HSL color Cylindrical-coordinate representation of color #465541: hue angle of 105º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #465541 is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB708565-
CMYK0.1800.240.67
HSL105º13.33%29.41%-
HSV(B)105º23.53%33.33%-
XYZ6.738.186.23-
YUV78.23120.53122.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 85 (33.59% from 255) = 38.64%
BLUE value IS 65 (25.78% from 255) = 29.55%
R=31.82%
G=38.64%
B=29.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085650.1800.240.6710513.3329.41
Hex465541120184369d1d
Octal106125101220301031511535
Binary1000110101010110000011001001100010000111101001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465541; }

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

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

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

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

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

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

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

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