#477060

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

Shades of Stromboli #477060

Tints of Stromboli #477060

Color information

#477060 (or 0x477060) is unknown color: approx Stromboli. HEX triplet: 47, 70 and 60. RGB value is (71,112,96). Sum of RGB (Red+Green+Blue) = 71+112+96=279 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.45% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 112 - color contains mainly: green. Hex color #477060 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477060 is #B88F9F. Grayscale: #616161. Windows color (decimal): -12095392 or 6320199. OLE color: 6320199.

HSL color Cylindrical-coordinate representation of color #477060: 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.37%. Process color model (Four color, CMYK) of #477060 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB7111296-
CMYK0.3700.140.56
HSL156.59º22.4%35.88%-
HSV(B)156.59º36.61%43.92%-
XYZ10.513.7713.17-
YUV97.92126.92108.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.45%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=25.45%
G=40.14%
B=34.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71112960.3700.140.56156.5922.435.88
Hex477060250E389d1624
Octal10716014045016702352644
Binary100011111100001100000100101011101110001001110110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477060; }

 p { color: rgb(71,112,96); }

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

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

 a { background-color: rgb(71,112,96); }

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

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

 span { border-color: rgb(71,112,96); }

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