#455344

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

Shades of Grey-Asparagus #455344

Tints of Grey-Asparagus #455344

Color information

#455344 (or 0x455344) is unknown color: approx Grey-Asparagus. HEX triplet: 45, 53 and 44. RGB value is (69,83,68). Sum of RGB (Red+Green+Blue) = 69+83+68=220 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.36% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 83 - color contains mainly: green. Hex color #455344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455344 is #BAACBB. Grayscale: #4D4D4D. Windows color (decimal): -12233916 or 4477765. OLE color: 4477765.

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

Color convert

RGB698368-
CMYK0.1700.180.67
HSL116º9.93%29.61%-
HSV(B)116º18.07%32.55%-
XYZ6.597.876.64-
YUV77.1122.86122.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 31.36%
GREEN value IS 83 (32.81% from 255) = 37.73%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=31.36%
G=37.73%
B=30.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6983680.1700.180.671169.9329.61
Hex455344110124374a1e
Octal105123104210221031641236
Binary1000101101001110001001000101001010000111110100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455344; }

 p { color: rgb(69,83,68); }

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

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

 a { background-color: rgb(69,83,68); }

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

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

 span { border-color: rgb(69,83,68); }

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