#475E59

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

Shades of Stromboli #475E59

Tints of Stromboli #475E59

Color information

#475E59 (or 0x475E59) is unknown color: approx Stromboli. HEX triplet: 47, 5E and 59. RGB value is (71,94,89). Sum of RGB (Red+Green+Blue) = 71+94+89=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 94 - color contains mainly: green. Hex color #475E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475E59 is #B8A1A6. Grayscale: #565656. Windows color (decimal): -12100007 or 5856839. OLE color: 5856839.

HSL color Cylindrical-coordinate representation of color #475E59: hue angle of 166.96º 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 #475E59 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.

Color convert

RGB719489-
CMYK0.2400.050.63
HSL166.96º13.94%32.35%-
HSV(B)166.96º24.47%36.86%-
XYZ8.410.0710.95-
YUV86.55129.38116.91-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.95%
GREEN value IS 94 (37.11% from 255) = 37.01%
BLUE value IS 89 (35.16% from 255) = 35.04%
R=27.95%
G=37.01%
B=35.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7194890.2400.050.63166.9613.9432.35
Hex475E5918053Fa7e20
Octal1071361313005772471640
Binary100011110111101011001110000101111111101001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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