#3D705D

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

Shades of Stromboli #3D705D

Tints of Stromboli #3D705D

Color information

#3D705D (or 0x3D705D) is unknown color: approx Stromboli. HEX triplet: 3D, 70 and 5D. RGB value is (61,112,93). Sum of RGB (Red+Green+Blue) = 61+112+93=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 112 - color contains mainly: green. Hex color #3D705D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D705D is #C28FA2. Grayscale: #5E5E5E. Windows color (decimal): -12750755 or 6123581. OLE color: 6123581.

HSL color Cylindrical-coordinate representation of color #3D705D: hue angle of 157.65º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D705D is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB6111293-
CMYK0.4600.170.56
HSL157.65º29.48%33.92%-
HSV(B)157.65º45.54%43.92%-
XYZ9.6913.3712.43-
YUV94.58127.1104.04-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.93%
GREEN value IS 112 (44.14% from 255) = 42.11%
BLUE value IS 93 (36.72% from 255) = 34.96%
R=22.93%
G=42.11%
B=34.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal61112930.4600.170.56157.6529.4833.92
Hex3D705D2E011389e1d22
Octal7516013556021702363542
Binary111101111000010111011011100100011110001001111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D705D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,112,93); }

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

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

 a { background-color: rgb(61,112,93); }

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

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

 span { border-color: rgb(61,112,93); }

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