#47685A

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

Shades of Stromboli #47685A

Tints of Stromboli #47685A

Color information

#47685A (or 0x47685A) is unknown color: approx Stromboli. HEX triplet: 47, 68 and 5A. RGB value is (71,104,90). Sum of RGB (Red+Green+Blue) = 71+104+90=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #47685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47685A is #B897A5. Grayscale: #5C5C5C. Windows color (decimal): -12097446 or 5924935. OLE color: 5924935.

HSL color Cylindrical-coordinate representation of color #47685A: hue angle of 154.55º 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 #47685A is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB7110490-
CMYK0.3200.130.59
HSL154.55º18.86%34.31%-
HSV(B)154.55º31.73%40.78%-
XYZ9.3911.9811.49-
YUV92.54126.57112.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 104 (41.02% from 255) = 39.25%
BLUE value IS 90 (35.55% from 255) = 33.96%
R=26.79%
G=39.25%
B=33.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71104900.3200.130.59154.5518.8634.31
Hex47685A200D3B9b1322
Octal10715013240015732332342
Binary100011111010001011010100000011011110111001101110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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