#47675D

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

Shades of Stromboli #47675D

Tints of Stromboli #47675D

Color information

#47675D (or 0x47675D) is unknown color: approx Stromboli. HEX triplet: 47, 67 and 5D. RGB value is (71,103,93). Sum of RGB (Red+Green+Blue) = 71+103+93=267 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.59% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 103 - color contains mainly: green. Hex color #47675D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47675D is #B898A2. Grayscale: #5C5C5C. Windows color (decimal): -12097699 or 6121287. OLE color: 6121287.

HSL color Cylindrical-coordinate representation of color #47675D: hue angle of 161.25º 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 #47675D is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.60.

Color convert

RGB7110393-
CMYK0.3100.100.60
HSL161.25º18.39%34.12%-
HSV(B)161.25º31.07%40.39%-
XYZ9.4211.8312.14-
YUV92.29128.4112.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.59%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 93 (36.72% from 255) = 34.83%
R=26.59%
G=38.58%
B=34.83%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal71103930.3100.100.60161.2518.3934.12
Hex47675D1F0A3Ca11222
Octal10714713537012742412242
Binary10001111100111101110111111010101111001010000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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