#486545

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

Shades of Grey-Asparagus #486545

Tints of Grey-Asparagus #486545

Color information

#486545 (or 0x486545) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 65 and 45. RGB value is (72,101,69). Sum of RGB (Red+Green+Blue) = 72+101+69=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 101 (39.84% from 255 or 41.74% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 101 - color contains mainly: green. Hex color #486545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486545 is #B79ABA. Grayscale: #585858. Windows color (decimal): -12032699 or 4547912. OLE color: 4547912.

HSL color Cylindrical-coordinate representation of color #486545: hue angle of 114.37º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #486545 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB7210169-
CMYK0.2900.320.60
HSL114.37º18.82%33.33%-
HSV(B)114.37º31.68%39.61%-
XYZ8.411.117.33-
YUV88.68116.89116.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.75%
GREEN value IS 101 (39.84% from 255) = 41.74%
BLUE value IS 69 (27.34% from 255) = 28.51%
R=29.75%
G=41.74%
B=28.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101690.2900.320.60114.3718.8233.33
Hex4865451D0203C721321
Octal11014510535040741622341
Binary100100011001011000101111010100000111100111001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486545; }

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

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

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

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

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

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

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

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