#465545

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

Shades of Grey-Asparagus #465545

Tints of Grey-Asparagus #465545

Color information

#465545 (or 0x465545) is unknown color: approx Grey-Asparagus. HEX triplet: 46, 55 and 45. RGB value is (70,85,69). Sum of RGB (Red+Green+Blue) = 70+85+69=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 85 - color contains mainly: green. Hex color #465545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465545 is #B9AABA. Grayscale: #4E4E4E. Windows color (decimal): -12167867 or 4543814. OLE color: 4543814.

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

Color convert

RGB708569-
CMYK0.1800.190.67
HSL116.25º10.39%30.2%-
HSV(B)116.25º18.82%33.33%-
XYZ6.858.236.86-
YUV78.69122.53121.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.25%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 69 (27.34% from 255) = 30.80%
R=31.25%
G=37.95%
B=30.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7085690.1800.190.67116.2510.3930.2
Hex465545120134374a1e
Octal106125105220231031641236
Binary1000110101010110001011001001001110000111110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465545; }

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

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

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

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

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

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

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

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