#47695E

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

Shades of Stromboli #47695E

Tints of Stromboli #47695E

Color information

#47695E (or 0x47695E) is unknown color: approx Stromboli. HEX triplet: 47, 69 and 5E. RGB value is (71,105,94). Sum of RGB (Red+Green+Blue) = 71+105+94=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 105 - color contains mainly: green. Hex color #47695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47695E is #B896A1. Grayscale: #5D5D5D. Windows color (decimal): -12097186 or 6187335. OLE color: 6187335.

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

Color convert

RGB7110594-
CMYK0.3200.100.59
HSL160.59º19.32%34.51%-
HSV(B)160.59º32.38%41.18%-
XYZ9.6712.2512.44-
YUV93.58128.24111.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.30%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=26.30%
G=38.89%
B=34.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71105940.3200.100.59160.5919.3234.51
Hex47695E200A3Ba11323
Octal10715113640012732412343
Binary100011111010011011110100000010101110111010000110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47695E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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