#47625A

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

Shades of Stromboli #47625A

Tints of Stromboli #47625A

Color information

#47625A (or 0x47625A) is unknown color: approx Stromboli. HEX triplet: 47, 62 and 5A. RGB value is (71,98,90). Sum of RGB (Red+Green+Blue) = 71+98+90=259 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.41% from 259); Green value is 98 (38.67% from 255 or 37.84% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 98 - color contains mainly: green. Hex color #47625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47625A is #B89DA5. Grayscale: #595959. Windows color (decimal): -12098982 or 5923399. OLE color: 5923399.

HSL color Cylindrical-coordinate representation of color #47625A: hue angle of 162.22º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47625A is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB719890-
CMYK0.2800.080.62
HSL162.22º15.98%33.14%-
HSV(B)162.22º27.55%38.43%-
XYZ8.8110.8111.3-
YUV89.02128.55115.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.41%
GREEN value IS 98 (38.67% from 255) = 37.84%
BLUE value IS 90 (35.55% from 255) = 34.75%
R=27.41%
G=37.84%
B=34.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7198900.2800.080.62162.2215.9833.14
Hex47625A1C083Ea21021
Octal10714213234010762422041
Binary10001111100010101101011100010001111101010001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47625A; }

 p { color: rgb(71,98,90); }

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

<style>
 a { background-color: #47625A; }

 a { background-color: rgb(71,98,90); }

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

<style>
 span { border-color: #47625A; }

 span { border-color: rgb(71,98,90); }

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