#486159

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

Shades of Stromboli #486159

Tints of Stromboli #486159

Color information

#486159 (or 0x486159) is unknown color: approx Stromboli. HEX triplet: 48, 61 and 59. RGB value is (72,97,89). Sum of RGB (Red+Green+Blue) = 72+97+89=258 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.91% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 89 (35.16% from 255 or 34.50% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #486159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486159 is #B79EA6. Grayscale: #585858. Windows color (decimal): -12033703 or 5857608. OLE color: 5857608.

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

Color convert

RGB729789-
CMYK0.2600.080.62
HSL160.8º14.79%33.14%-
HSV(B)160.8º25.77%38.04%-
XYZ8.7510.6511.05-
YUV88.61128.22116.15-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 27.91%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 89 (35.16% from 255) = 34.50%
R=27.91%
G=37.60%
B=34.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297890.2600.080.62160.814.7933.14
Hex4861591A083Ea1f21
Octal11014113132010762411741
Binary1001000110000110110011101001000111110101000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486159; }

 p { color: rgb(72,97,89); }

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

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

 a { background-color: rgb(72,97,89); }

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

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

 span { border-color: rgb(72,97,89); }

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