#476B5F

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

Shades of Stromboli #476B5F

Tints of Stromboli #476B5F

Color information

#476B5F (or 0x476B5F) is unknown color: approx Stromboli. HEX triplet: 47, 6B and 5F. RGB value is (71,107,95). Sum of RGB (Red+Green+Blue) = 71+107+95=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #476B5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476B5F is #B894A0. Grayscale: #5E5E5E. Windows color (decimal): -12096673 or 6253383. OLE color: 6253383.

HSL color Cylindrical-coordinate representation of color #476B5F: hue angle of 160º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #476B5F is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.

Color convert

RGB7110795-
CMYK0.3400.110.58
HSL160º20.22%34.9%-
HSV(B)160º33.64%41.96%-
XYZ9.9212.6812.75-
YUV94.87128.07110.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 95 (37.5% from 255) = 34.80%
R=26.01%
G=39.19%
B=34.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71107950.3400.110.5816020.2234.9
Hex476B5F220B3Aa01423
Octal10715313742013722402443
Binary100011111010111011111100010010111110101010000010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476B5F; }

 p { color: rgb(71,107,95); }

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

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

 a { background-color: rgb(71,107,95); }

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

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

 span { border-color: rgb(71,107,95); }

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