#47615c

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

Shades of Stromboli #47615C

Tints of Stromboli #47615C

Color information

#47615C (or 0x47615C) is unknown color: approx Stromboli. HEX triplet: 47, 61 and 5C. RGB value is (71,97,92). Sum of RGB (Red+Green+Blue) = 71+97+92=260 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.31% from 260); Green value is 97 (38.28% from 255 or 37.31% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 97 - color contains mainly: green. Hex color #47615C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47615C is #B89EA3. Grayscale: #585858. Windows color (decimal): -12099236 or 6054215. OLE color: 6054215.

HSL color Cylindrical-coordinate representation of color #47615C: hue angle of 168.46º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47615C is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB719792-
CMYK0.2700.050.62
HSL168.46º15.48%32.94%-
HSV(B)168.46º26.8%38.04%-
XYZ8.810.6611.72-
YUV88.66129.89115.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.31%
GREEN value IS 97 (38.28% from 255) = 37.31%
BLUE value IS 92 (36.33% from 255) = 35.38%
R=27.31%
G=37.31%
B=35.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7197920.2700.050.62168.4615.4832.94
Hex47615C1B053Ea8f21
Octal1071411343305762501741
Binary100011111000011011100110110101111110101010001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47615c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47615c; }

 p { color: rgb(71,97,92); }

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

<style>
 a { background-color: #47615c; }

 a { background-color: rgb(71,97,92); }

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

<style>
 span { border-color: #47615c; }

 span { border-color: rgb(71,97,92); }

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