#3F6959

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

Shades of Stromboli #3F6959

Tints of Stromboli #3F6959

Color information

#3F6959 (or 0x3F6959) is unknown color: approx Stromboli. HEX triplet: 3F, 69 and 59. RGB value is (63,105,89). Sum of RGB (Red+Green+Blue) = 63+105+89=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 89 (35.16% from 255 or 34.63% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6959 is #C096A6. Grayscale: #5A5A5A. Windows color (decimal): -12621479 or 5859647. OLE color: 5859647.

HSL color Cylindrical-coordinate representation of color #3F6959: hue angle of 157.14º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F6959 is Cyan = 0.4, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB6310589-
CMYK0.400.150.59
HSL157.14º25%32.94%-
HSV(B)157.14º40%41.18%-
XYZ8.911.8811.28-
YUV90.62127.09108.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.51%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 89 (35.16% from 255) = 34.63%
R=24.51%
G=40.86%
B=34.63%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal63105890.400.150.59157.142532.94
Hex3F6959280F3B9d1921
Octal7715113150017732353141
Binary11111111010011011001101000011111110111001110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F6959; }

 p { color: rgb(63,105,89); }

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

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

 a { background-color: rgb(63,105,89); }

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

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

 span { border-color: rgb(63,105,89); }

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