#47695B

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

Shades of Stromboli #47695B

Tints of Stromboli #47695B

Color information

#47695B (or 0x47695B) is unknown color: approx Stromboli. HEX triplet: 47, 69 and 5B. RGB value is (71,105,91). Sum of RGB (Red+Green+Blue) = 71+105+91=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #47695B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47695B is #B896A4. Grayscale: #5D5D5D. Windows color (decimal): -12097189 or 5990727. OLE color: 5990727.

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

Color convert

RGB7110591-
CMYK0.3200.130.59
HSL155.29º19.32%34.51%-
HSV(B)155.29º32.38%41.18%-
XYZ9.5412.211.75-
YUV93.24126.74112.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.59%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 91 (35.94% from 255) = 34.08%
R=26.59%
G=39.33%
B=34.08%

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
Decimal71105910.3200.130.59155.2919.3234.51
Hex47695B200D3B9b1323
Octal10715113340015732332343
Binary100011111010011011011100000011011110111001101110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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