#486345

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

Shades of Grey-Asparagus #486345

Tints of Grey-Asparagus #486345

Color information

#486345 (or 0x486345) is unknown color: approx Grey-Asparagus. HEX triplet: 48, 63 and 45. RGB value is (72,99,69). Sum of RGB (Red+Green+Blue) = 72+99+69=240 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30% from 240); Green value is 99 (39.06% from 255 or 41.25% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 99 - color contains mainly: green. Hex color #486345 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486345 is #B79CBA. Grayscale: #575757. Windows color (decimal): -12033211 or 4547400. OLE color: 4547400.

HSL color Cylindrical-coordinate representation of color #486345: hue angle of 114º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486345 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB729969-
CMYK0.2700.300.61
HSL114º17.86%32.94%-
HSV(B)114º30.3%38.82%-
XYZ8.2110.737.27-
YUV87.51117.55116.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30%
GREEN value IS 99 (39.06% from 255) = 41.25%
BLUE value IS 69 (27.34% from 255) = 28.75%
R=30%
G=41.25%
B=28.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299690.2700.300.6111417.8632.94
Hex4863451B01E3D721221
Octal11014310533036751622241
Binary10010001100011100010111011011110111101111001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486345; }

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

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

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

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

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

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

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

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