#455D41

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

Shades of Grey-Asparagus #455D41

Tints of Grey-Asparagus #455D41

Color information

#455D41 (or 0x455D41) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 5D and 41. RGB value is (69,93,65). Sum of RGB (Red+Green+Blue) = 69+93+65=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 93 (36.72% from 255 or 40.97% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 93 - color contains mainly: green. Hex color #455D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D41 is #BAA2BE. Grayscale: #525252. Windows color (decimal): -12231359 or 4283717. OLE color: 4283717.

HSL color Cylindrical-coordinate representation of color #455D41: hue angle of 111.43º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #455D41 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB699365-
CMYK0.2600.300.64
HSL111.43º17.72%30.98%-
HSV(B)111.43º30.11%36.47%-
XYZ7.329.486.44-
YUV82.63118.05118.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 30.40%
GREEN value IS 93 (36.72% from 255) = 40.97%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=30.40%
G=40.97%
B=28.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6993650.2600.300.64111.4317.7230.98
Hex455D411A01E406f121f
Octal105135101320361001572237
Binary10001011011101100000111010011110100000011011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455D41; }

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

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

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

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

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

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

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

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