#486846

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

Shades of Grey-Asparagus #486846

Tints of Grey-Asparagus #486846

Color information

#486846 (or 0x486846) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 68 and 46. RGB value is (72,104,70). Sum of RGB (Red+Green+Blue) = 72+104+70=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #486846 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486846 is #B797B9. Grayscale: #5A5A5A. Windows color (decimal): -12031930 or 4614216. OLE color: 4614216.

HSL color Cylindrical-coordinate representation of color #486846: hue angle of 116.47º 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 #486846 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB7210470-
CMYK0.3100.330.59
HSL116.47º19.54%34.12%-
HSV(B)116.47º32.69%40.78%-
XYZ8.7311.727.6-
YUV90.56116.4114.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 70 (27.73% from 255) = 28.46%
R=29.27%
G=42.28%
B=28.46%

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
Decimal72104700.3100.330.59116.4719.5434.12
Hex4868461F0213B741422
Octal11015010637041731642442
Binary100100011010001000110111110100001111011111010010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486846; }

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

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

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

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

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

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

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

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