#485C44

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

Shades of Grey-Asparagus #485C44

Tints of Grey-Asparagus #485C44

Color information

#485C44 (or 0x485C44) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 5C and 44. RGB value is (72,92,68). Sum of RGB (Red+Green+Blue) = 72+92+68=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 92 - color contains mainly: green. Hex color #485C44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C44 is #B7A3BB. Grayscale: #535353. Windows color (decimal): -12035004 or 4480072. OLE color: 4480072.

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

Color convert

RGB729268-
CMYK0.2200.260.64
HSL110º15%31.37%-
HSV(B)110º26.09%36.08%-
XYZ7.549.456.9-
YUV83.28119.37119.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 92 (36.33% from 255) = 39.66%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=31.03%
G=39.66%
B=29.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7292680.2200.260.641101531.37
Hex485C441601A406ef1f
Octal110134104260321001561737
Binary1001000101110010001001011001101010000001101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,92,68); }

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

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

 a { background-color: rgb(72,92,68); }

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

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

 span { border-color: rgb(72,92,68); }

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