#475E56

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

Shades of Stromboli #475E56

Tints of Stromboli #475E56

Color information

#475E56 (or 0x475E56) is unknown color: approx Stromboli. HEX triplet: 47, 5E and 56. RGB value is (71,94,86). Sum of RGB (Red+Green+Blue) = 71+94+86=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 94 (37.11% from 255 or 37.45% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 94 - color contains mainly: green. Hex color #475E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E56 is #B8A1A9. Grayscale: #565656. Windows color (decimal): -12100010 or 5660231. OLE color: 5660231.

HSL color Cylindrical-coordinate representation of color #475E56: hue angle of 159.13º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475E56 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.63.

Color convert

RGB719486-
CMYK0.2400.090.63
HSL159.13º13.94%32.35%-
HSV(B)159.13º24.47%36.86%-
XYZ8.2810.0210.3-
YUV86.21127.88117.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.29%
GREEN value IS 94 (37.11% from 255) = 37.45%
BLUE value IS 86 (33.98% from 255) = 34.26%
R=28.29%
G=37.45%
B=34.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194860.2400.090.63159.1313.9432.35
Hex475E5618093F9fe20
Octal10713612630011772371640
Binary1000111101111010101101100001001111111100111111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475E56; }

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

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

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

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

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

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

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

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