#477061

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

Shades of Stromboli #477061

Tints of Stromboli #477061

Color information

#477061 (or 0x477061) is unknown color: approx Stromboli. HEX triplet: 47, 70 and 61. RGB value is (71,112,97). Sum of RGB (Red+Green+Blue) = 71+112+97=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 112 - color contains mainly: green. Hex color #477061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477061 is #B88F9E. Grayscale: #626262. Windows color (decimal): -12095391 or 6385735. OLE color: 6385735.

HSL color Cylindrical-coordinate representation of color #477061: hue angle of 158.05º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #477061 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB7111297-
CMYK0.3700.130.56
HSL158.05º22.4%35.88%-
HSV(B)158.05º36.61%43.92%-
XYZ10.5513.7913.42-
YUV98.03127.42108.72-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 112 (44.14% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=25.36%
G=40%
B=34.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal71112970.3700.130.56158.0522.435.88
Hex477061250D389e1624
Octal10716014145015702362644
Binary100011111100001100001100101011011110001001111010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477061; }

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

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

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

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

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

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

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

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