#3D715E

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

Shades of Stromboli #3D715E

Tints of Stromboli #3D715E

Color information

#3D715E (or 0x3D715E) is unknown color: approx Stromboli. HEX triplet: 3D, 71 and 5E. RGB value is (61,113,94). Sum of RGB (Red+Green+Blue) = 61+113+94=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #3D715E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D715E is #C28EA1. Grayscale: #5F5F5F. Windows color (decimal): -12750498 or 6189373. OLE color: 6189373.

HSL color Cylindrical-coordinate representation of color #3D715E: hue angle of 158.08º degrees, saturation: 0.3, 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 #3D715E is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB6111394-
CMYK0.4600.170.56
HSL158.08º29.89%34.12%-
HSV(B)158.08º46.02%44.31%-
XYZ9.8513.6112.7-
YUV95.29127.27103.54-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.76%
GREEN value IS 113 (44.53% from 255) = 42.16%
BLUE value IS 94 (37.11% from 255) = 35.07%
R=22.76%
G=42.16%
B=35.07%

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
Decimal61113940.4600.170.56158.0829.8934.12
Hex3D715E2E011389e1e22
Octal7516113656021702363642
Binary111101111000110111101011100100011110001001111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,113,94); }

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

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

 a { background-color: rgb(61,113,94); }

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

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

 span { border-color: rgb(61,113,94); }

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