#475D56

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

Shades of Stromboli #475D56

Tints of Stromboli #475D56

Color information

#475D56 (or 0x475D56) is unknown color: approx Stromboli. HEX triplet: 47, 5D and 56. RGB value is (71,93,86). Sum of RGB (Red+Green+Blue) = 71+93+86=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 93 (36.72% from 255 or 37.2% from 250); Blue value is 86 (33.98% from 255 or 34.4% from 250); Max value from RGB is 93 - color contains mainly: green. Hex color #475D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D56 is #B8A2A9. Grayscale: #555555. Windows color (decimal): -12100266 or 5659975. OLE color: 5659975.

HSL color Cylindrical-coordinate representation of color #475D56: hue angle of 160.91º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475D56 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB719386-
CMYK0.2400.080.64
HSL160.91º13.41%32.16%-
HSV(B)160.91º23.66%36.47%-
XYZ8.199.8410.27-
YUV85.62128.21117.57-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.4%
GREEN value IS 93 (36.72% from 255) = 37.2%
BLUE value IS 86 (33.98% from 255) = 34.4%
R=28.4%
G=37.2%
B=34.4%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7193860.2400.080.64160.9113.4132.16
Hex475D56180840a1d20
Octal107135126300101002411540
Binary10001111011101101011011000010001000000101000011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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