#455541

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

Shades of Grey-Asparagus #455541

Tints of Grey-Asparagus #455541

Color information

#455541 (or 0x455541) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 55 and 41. RGB value is (69,85,65). Sum of RGB (Red+Green+Blue) = 69+85+65=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #455541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455541 is #BAAABE. Grayscale: #4E4E4E. Windows color (decimal): -12233407 or 4281669. OLE color: 4281669.

HSL color Cylindrical-coordinate representation of color #455541: hue angle of 108º 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 #455541 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB698565-
CMYK0.1900.240.67
HSL108º13.33%29.41%-
HSV(B)108º23.53%33.33%-
XYZ6.668.146.22-
YUV77.94120.7121.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.51%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 65 (25.78% from 255) = 29.68%
R=31.51%
G=38.81%
B=29.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6985650.1900.240.6710813.3329.41
Hex45554113018436cd1d
Octal105125101230301031541535
Binary1000101101010110000011001101100010000111101100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455541; }

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

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

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

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

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

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

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

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