#486244

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

Shades of Grey-Asparagus #486244

Tints of Grey-Asparagus #486244

Color information

#486244 (or 0x486244) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 62 and 44. RGB value is (72,98,68). Sum of RGB (Red+Green+Blue) = 72+98+68=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 98 - color contains mainly: green. Hex color #486244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486244 is #B79DBB. Grayscale: #565656. Windows color (decimal): -12033468 or 4481608. OLE color: 4481608.

HSL color Cylindrical-coordinate representation of color #486244: hue angle of 112º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486244 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.62.

Color convert

RGB729868-
CMYK0.2700.310.62
HSL112º18.07%32.55%-
HSV(B)112º30.61%38.43%-
XYZ8.0810.537.08-
YUV86.81117.39117.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 98 (38.67% from 255) = 41.18%
BLUE value IS 68 (26.95% from 255) = 28.57%
R=30.25%
G=41.18%
B=28.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298680.2700.310.6211218.0732.55
Hex4862441B01F3E701221
Octal11014210433037761602241
Binary10010001100010100010011011011111111110111000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486244; }

 p { color: rgb(72,98,68); }

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

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

 a { background-color: rgb(72,98,68); }

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

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

 span { border-color: rgb(72,98,68); }

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