#485545

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

Shades of Grey-Asparagus #485545

Tints of Grey-Asparagus #485545

Color information

#485545 (or 0x485545) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 55 and 45. RGB value is (72,85,69). Sum of RGB (Red+Green+Blue) = 72+85+69=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 85 - color contains mainly: green. Hex color #485545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485545 is #B7AABA. Grayscale: #4F4F4F. Windows color (decimal): -12036795 or 4543816. OLE color: 4543816.

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

Color convert

RGB728569-
CMYK0.1500.190.67
HSL108.75º10.39%30.2%-
HSV(B)108.75º18.82%33.33%-
XYZ78.36.86-
YUV79.29122.19122.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 69 (27.34% from 255) = 30.53%
R=31.86%
G=37.61%
B=30.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285690.1500.190.67108.7510.3930.2
Hex485545F013436da1e
Octal110125105170231031551236
Binary100100010101011000101111101001110000111101101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485545; }

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

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

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

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

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

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

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

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