#47665C

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

Shades of Stromboli #47665C

Tints of Stromboli #47665C

Color information

#47665C (or 0x47665C) is unknown color: approx Stromboli. HEX triplet: 47, 66 and 5C. RGB value is (71,102,92). Sum of RGB (Red+Green+Blue) = 71+102+92=265 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.79% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 92 (36.33% from 255 or 34.72% from 265); Max value from RGB is 102 - color contains mainly: green. Hex color #47665C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47665C is #B899A3. Grayscale: #5B5B5B. Windows color (decimal): -12097956 or 6055495. OLE color: 6055495.

HSL color Cylindrical-coordinate representation of color #47665C: hue angle of 160.65º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #47665C is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.6.

Color convert

RGB7110292-
CMYK0.3000.100.6
HSL160.65º17.92%33.92%-
HSV(B)160.65º30.39%40%-
XYZ9.2811.6211.88-
YUV91.59128.23113.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.79%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 92 (36.33% from 255) = 34.72%
R=26.79%
G=38.49%
B=34.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71102920.3000.100.6160.6517.9233.92
Hex47665C1E0A3Ca11222
Octal10714613436012742412242
Binary10001111100110101110011110010101111001010000110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47665C; }

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

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

<style>
 a { background-color: #47665C; }

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

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

<style>
 span { border-color: #47665C; }

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

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