#486946

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

Shades of Grey-Asparagus #486946

Tints of Grey-Asparagus #486946

Color information

#486946 (or 0x486946) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 69 and 46. RGB value is (72,105,70). Sum of RGB (Red+Green+Blue) = 72+105+70=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 70 (27.73% from 255 or 28.34% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #486946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486946 is #B796B9. Grayscale: #5B5B5B. Windows color (decimal): -12031674 or 4614472. OLE color: 4614472.

HSL color Cylindrical-coordinate representation of color #486946: hue angle of 116.57º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486946 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB7210570-
CMYK0.3100.330.59
HSL116.57º20%34.31%-
HSV(B)116.57º33.33%41.18%-
XYZ8.8311.927.63-
YUV91.14116.07114.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 105 (41.41% from 255) = 42.51%
BLUE value IS 70 (27.73% from 255) = 28.34%
R=29.15%
G=42.51%
B=28.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105700.3100.330.59116.572034.31
Hex4869461F0213B751422
Octal11015110637041731652442
Binary100100011010011000110111110100001111011111010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486946; }

 p { color: rgb(72,105,70); }

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

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

 a { background-color: rgb(72,105,70); }

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

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

 span { border-color: rgb(72,105,70); }

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