#487160

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

Shades of Stromboli #487160

Tints of Stromboli #487160

Color information

#487160 (or 0x487160) is unknown color: approx Stromboli. HEX triplet: 48, 71 and 60. RGB value is (72,113,96). Sum of RGB (Red+Green+Blue) = 72+113+96=281 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.62% from 281); Green value is 113 (44.53% from 255 or 40.21% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 113 - color contains mainly: green. Hex color #487160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487160 is #B78E9F. Grayscale: #626262. Windows color (decimal): -12029600 or 6320456. OLE color: 6320456.

HSL color Cylindrical-coordinate representation of color #487160: hue angle of 155.12º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #487160 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.

Color convert

RGB7211396-
CMYK0.3600.150.56
HSL155.12º22.16%36.27%-
HSV(B)155.12º36.28%44.31%-
XYZ10.6914.0313.21-
YUV98.8126.42108.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.62%
GREEN value IS 113 (44.53% from 255) = 40.21%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=25.62%
G=40.21%
B=34.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113960.3600.150.56155.1222.1636.27
Hex487160240F389b1624
Octal11016114044017702332644
Binary100100011100011100000100100011111110001001101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487160; }

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

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

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

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

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

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

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

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