#3D6959

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

Shades of Stromboli #3D6959

Tints of Stromboli #3D6959

Color information

#3D6959 (or 0x3D6959) is unknown color: approx Stromboli. HEX triplet: 3D, 69 and 59. RGB value is (61,105,89). Sum of RGB (Red+Green+Blue) = 61+105+89=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 89 (35.16% from 255 or 34.90% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #3D6959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6959 is #C296A6. Grayscale: #5A5A5A. Windows color (decimal): -12752551 or 5859645. OLE color: 5859645.

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

Color convert

RGB6110589-
CMYK0.4200.150.59
HSL158.18º26.51%32.55%-
HSV(B)158.18º41.9%41.18%-
XYZ8.7811.8211.27-
YUV90.02127.42107.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.92%
GREEN value IS 105 (41.41% from 255) = 41.18%
BLUE value IS 89 (35.16% from 255) = 34.90%
R=23.92%
G=41.18%
B=34.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61105890.4200.150.59158.1826.5132.55
Hex3D69592A0F3B9e1b21
Octal7515113152017732363341
Binary11110111010011011001101010011111110111001111011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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