#485D45

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

Shades of Grey-Asparagus #485D45

Tints of Grey-Asparagus #485D45

Color information

#485D45 (or 0x485D45) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 5D and 45. RGB value is (72,93,69). Sum of RGB (Red+Green+Blue) = 72+93+69=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 93 (36.72% from 255 or 39.74% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 93 - color contains mainly: green. Hex color #485D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D45 is #B7A2BA. Grayscale: #545454. Windows color (decimal): -12034747 or 4545864. OLE color: 4545864.

HSL color Cylindrical-coordinate representation of color #485D45: hue angle of 112.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 #485D45 is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.64.

Color convert

RGB729369-
CMYK0.2300.260.64
HSL112.5º14.81%31.76%-
HSV(B)112.5º25.81%36.47%-
XYZ7.669.647.09-
YUV83.98119.54119.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 93 (36.72% from 255) = 39.74%
BLUE value IS 69 (27.34% from 255) = 29.49%
R=30.77%
G=39.74%
B=29.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7293690.2300.260.64112.514.8131.76
Hex485D451701A4070f20
Octal110135105270321001601740
Binary10010001011101100010110111011010100000011100001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485D45; }

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

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

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

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

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

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

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

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