#3D6059

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

Shades of Stromboli #3D6059

Tints of Stromboli #3D6059

Color information

#3D6059 (or 0x3D6059) is unknown color: approx Stromboli. HEX triplet: 3D, 60 and 59. RGB value is (61,96,89). Sum of RGB (Red+Green+Blue) = 61+96+89=246 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.80% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #3D6059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6059 is #C29FA6. Grayscale: #545454. Windows color (decimal): -12754855 or 5857341. OLE color: 5857341.

HSL color Cylindrical-coordinate representation of color #3D6059: hue angle of 168º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D6059 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB619689-
CMYK0.3600.070.62
HSL168º22.29%30.78%-
HSV(B)168º36.46%37.65%-
XYZ7.9110.0810.98-
YUV84.74130.4111.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.80%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=24.80%
G=39.02%
B=36.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6196890.3600.070.6216822.2930.78
Hex3D605924073Ea8161f
Octal751401314407762502637
Binary111101110000010110011001000111111110101010001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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