#485445

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

Shades of Grey-Asparagus #485445

Tints of Grey-Asparagus #485445

Color information

#485445 (or 0x485445) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 54 and 45. RGB value is (72,84,69). Sum of RGB (Red+Green+Blue) = 72+84+69=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 84 (33.20% from 255 or 37.33% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 84 - color contains mainly: green. Hex color #485445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485445 is #B7ABBA. Grayscale: #4E4E4E. Windows color (decimal): -12037051 or 4543560. OLE color: 4543560.

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

Color convert

RGB728469-
CMYK0.1400.180.67
HSL108º9.8%30%-
HSV(B)108º17.86%32.94%-
XYZ6.928.156.84-
YUV78.7122.52123.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32%
GREEN value IS 84 (33.20% from 255) = 37.33%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=32%
G=37.33%
B=30.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7284690.1400.180.671089.830
Hex485445E012436ca1e
Octal110124105160221031541236
Binary100100010101001000101111001001010000111101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485445; }

 p { color: rgb(72,84,69); }

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

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

 a { background-color: rgb(72,84,69); }

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

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

 span { border-color: rgb(72,84,69); }

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