#47695D

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

Shades of Stromboli #47695D

Tints of Stromboli #47695D

Color information

#47695D (or 0x47695D) is unknown color: approx Stromboli. HEX triplet: 47, 69 and 5D. RGB value is (71,105,93). Sum of RGB (Red+Green+Blue) = 71+105+93=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #47695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47695D is #B896A2. Grayscale: #5D5D5D. Windows color (decimal): -12097187 or 6121799. OLE color: 6121799.

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

Color convert

RGB7110593-
CMYK0.3200.110.59
HSL158.82º19.32%34.51%-
HSV(B)158.82º32.38%41.18%-
XYZ9.6312.2312.21-
YUV93.47127.74111.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 105 (41.41% from 255) = 39.03%
BLUE value IS 93 (36.72% from 255) = 34.57%
R=26.39%
G=39.03%
B=34.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71105930.3200.110.59158.8219.3234.51
Hex47695D200B3B9f1323
Octal10715113540013732372343
Binary100011111010011011101100000010111110111001111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47695D; }

 p { color: rgb(71,105,93); }

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

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

 a { background-color: rgb(71,105,93); }

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

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

 span { border-color: rgb(71,105,93); }

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