#485645

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

Shades of Grey-Asparagus #485645

Tints of Grey-Asparagus #485645

Color information

#485645 (or 0x485645) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 56 and 45. RGB value is (72,86,69). Sum of RGB (Red+Green+Blue) = 72+86+69=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 86 - color contains mainly: green. Hex color #485645 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485645 is #B7A9BA. Grayscale: #4F4F4F. Windows color (decimal): -12036539 or 4544072. OLE color: 4544072.

HSL color Cylindrical-coordinate representation of color #485645: hue angle of 109.41º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #485645 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB728669-
CMYK0.1600.200.66
HSL109.41º10.97%30.39%-
HSV(B)109.41º19.77%33.73%-
XYZ7.078.466.89-
YUV79.88121.86122.38-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 69 (27.34% from 255) = 30.40%
R=31.72%
G=37.89%
B=30.40%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286690.1600.200.66109.4110.9730.39
Hex48564510014426db1e
Octal110126105200241021551336
Binary1001000101011010001011000001010010000101101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485645; }

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

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

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

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

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

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

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

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