#47685C

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

Shades of Stromboli #47685C

Tints of Stromboli #47685C

Color information

#47685C (or 0x47685C) is unknown color: approx Stromboli. HEX triplet: 47, 68 and 5C. RGB value is (71,104,92). Sum of RGB (Red+Green+Blue) = 71+104+92=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 104 - color contains mainly: green. Hex color #47685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47685C is #B897A3. Grayscale: #5C5C5C. Windows color (decimal): -12097444 or 6056007. OLE color: 6056007.

HSL color Cylindrical-coordinate representation of color #47685C: hue angle of 158.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #47685C is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB7110492-
CMYK0.3200.120.59
HSL158.18º18.86%34.31%-
HSV(B)158.18º31.73%40.78%-
XYZ9.4812.0111.94-
YUV92.76127.57112.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.59%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 92 (36.33% from 255) = 34.46%
R=26.59%
G=38.95%
B=34.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104920.3200.120.59158.1818.8634.31
Hex47685C200C3B9e1322
Octal10715013440014732362342
Binary100011111010001011100100000011001110111001111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47685C; }

 p { color: rgb(71,104,92); }

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

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

 a { background-color: rgb(71,104,92); }

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

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

 span { border-color: rgb(71,104,92); }

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