#47675E

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

Shades of Stromboli #47675E

Tints of Stromboli #47675E

Color information

#47675E (or 0x47675E) is unknown color: approx Stromboli. HEX triplet: 47, 67 and 5E. RGB value is (71,103,94). Sum of RGB (Red+Green+Blue) = 71+103+94=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 103 (40.62% from 255 or 38.43% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 103 - color contains mainly: green. Hex color #47675E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47675E is #B898A1. Grayscale: #5C5C5C. Windows color (decimal): -12097698 or 6186823. OLE color: 6186823.

HSL color Cylindrical-coordinate representation of color #47675E: hue angle of 163.12º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #47675E is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB7110394-
CMYK0.3100.090.60
HSL163.12º18.39%34.12%-
HSV(B)163.12º31.07%40.39%-
XYZ9.4711.8512.38-
YUV92.41128.9112.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.49%
GREEN value IS 103 (40.62% from 255) = 38.43%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=26.49%
G=38.43%
B=35.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71103940.3100.090.60163.1218.3934.12
Hex47675E1F093Ca31222
Octal10714713637011742432242
Binary10001111100111101111011111010011111001010001110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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