#487161

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

Shades of Stromboli #487161

Tints of Stromboli #487161

Color information

#487161 (or 0x487161) is unknown color: approx Stromboli. HEX triplet: 48, 71 and 61. RGB value is (72,113,97). Sum of RGB (Red+Green+Blue) = 72+113+97=282 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.53% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 113 - color contains mainly: green. Hex color #487161 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487161 is #B78E9E. Grayscale: #626262. Windows color (decimal): -12029599 or 6385992. OLE color: 6385992.

HSL color Cylindrical-coordinate representation of color #487161: hue angle of 156.59º 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 #487161 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB7211397-
CMYK0.3600.140.56
HSL156.59º22.16%36.27%-
HSV(B)156.59º36.28%44.31%-
XYZ10.7414.0513.46-
YUV98.92126.92108.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.53%
GREEN value IS 113 (44.53% from 255) = 40.07%
BLUE value IS 97 (38.28% from 255) = 34.40%
R=25.53%
G=40.07%
B=34.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal72113970.3600.140.56156.5922.1636.27
Hex487161240E389d1624
Octal11016114144016702352644
Binary100100011100011100001100100011101110001001110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #487161; }

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

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

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

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

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

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

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

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