#486A60

Color #486A60 Stromboli (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Stromboli #486A60

Tints of Stromboli #486A60

Color information

#486A60 (or 0x486A60) is unknown color: approx Stromboli. HEX triplet: 48, 6A and 60. RGB value is (72,106,96). Sum of RGB (Red+Green+Blue) = 72+106+96=274 (36% of max value = 765). Red value is 72 (28.52% from 255 or 26.28% from 274); Green value is 106 (41.80% from 255 or 38.69% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 106 - color contains mainly: green. Hex color #486A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486A60 is #B7959F. Grayscale: #5E5E5E. Windows color (decimal): -12031392 or 6318664. OLE color: 6318664.

HSL color Cylindrical-coordinate representation of color #486A60: hue angle of 162.35º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #486A60 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB7210696-
CMYK0.3200.090.58
HSL162.35º19.1%34.9%-
HSV(B)162.35º32.08%41.57%-
XYZ9.9412.5312.96-
YUV94.69128.74111.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.28%
GREEN value IS 106 (41.80% from 255) = 38.69%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=26.28%
G=38.69%
B=35.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72106960.3200.090.58162.3519.134.9
Hex486A6020093Aa21323
Octal11015214040011722422343
Binary100100011010101100000100000010011110101010001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486A60; }

 p { color: rgb(72,106,96); }

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

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

 a { background-color: rgb(72,106,96); }

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

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

 span { border-color: rgb(72,106,96); }

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