#455D46

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

Shades of Grey-Asparagus #455D46

Tints of Grey-Asparagus #455D46

Color information

#455D46 (or 0x455D46) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 5D and 46. RGB value is (69,93,70). Sum of RGB (Red+Green+Blue) = 69+93+70=232 (30% of max value = 765). Red value is 69 (27.34% from 255 or 29.74% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #455D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455D46 is #BAA2B9. Grayscale: #535353. Windows color (decimal): -12231354 or 4611397. OLE color: 4611397.

HSL color Cylindrical-coordinate representation of color #455D46: hue angle of 122.5º degrees, saturation: 0.15, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #455D46 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.

Color convert

RGB699370-
CMYK0.2600.250.64
HSL122.5º14.81%31.76%-
HSV(B)122.5º25.81%36.47%-
XYZ7.479.547.24-
YUV83.2120.55117.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 29.74%
GREEN value IS 93 (36.72% from 255) = 40.09%
BLUE value IS 70 (27.73% from 255) = 30.17%
R=29.74%
G=40.09%
B=30.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6993700.2600.250.64122.514.8131.76
Hex455D461A019407af20
Octal105135106320311001721740
Binary10001011011101100011011010011001100000011110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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