#47655B

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

Shades of Stromboli #47655B

Tints of Stromboli #47655B

Color information

#47655B (or 0x47655B) is unknown color: approx Stromboli. HEX triplet: 47, 65 and 5B. RGB value is (71,101,91). Sum of RGB (Red+Green+Blue) = 71+101+91=263 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.00% from 263); Green value is 101 (39.84% from 255 or 38.40% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 101 - color contains mainly: green. Hex color #47655B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47655B is #B89AA4. Grayscale: #5A5A5A. Windows color (decimal): -12098213 or 5989703. OLE color: 5989703.

HSL color Cylindrical-coordinate representation of color #47655B: hue angle of 160º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47655B is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB7110191-
CMYK0.3000.100.60
HSL160º17.44%33.73%-
HSV(B)160º29.7%39.61%-
XYZ9.1411.411.62-
YUV90.89128.06113.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.00%
GREEN value IS 101 (39.84% from 255) = 38.40%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=27.00%
G=38.40%
B=34.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71101910.3000.100.6016017.4433.73
Hex47655B1E0A3Ca01122
Octal10714513336012742402142
Binary10001111100101101101111110010101111001010000010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47655B; }

 p { color: rgb(71,101,91); }

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

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

 a { background-color: rgb(71,101,91); }

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

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

 span { border-color: rgb(71,101,91); }

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