#3D685B

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

Shades of Stromboli #3D685B

Tints of Stromboli #3D685B

Color information

#3D685B (or 0x3D685B) is unknown color: approx Stromboli. HEX triplet: 3D, 68 and 5B. RGB value is (61,104,91). Sum of RGB (Red+Green+Blue) = 61+104+91=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 104 - color contains mainly: green. Hex color #3D685B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D685B is #C297A4. Grayscale: #595959. Windows color (decimal): -12752805 or 5990461. OLE color: 5990461.

HSL color Cylindrical-coordinate representation of color #3D685B: hue angle of 161.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3D685B is Cyan = 0.41, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB6110491-
CMYK0.4100.120.59
HSL161.86º26.06%32.35%-
HSV(B)161.86º41.35%40.78%-
XYZ8.7611.6511.68-
YUV89.66128.75107.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.83%
GREEN value IS 104 (41.02% from 255) = 40.62%
BLUE value IS 91 (35.94% from 255) = 35.55%
R=23.83%
G=40.62%
B=35.55%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61104910.4100.120.59161.8626.0632.35
Hex3D685B290C3Ba21a20
Octal7515013351014732423240
Binary11110111010001011011101001011001110111010001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,104,91); }

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

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

 a { background-color: rgb(61,104,91); }

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

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

 span { border-color: rgb(61,104,91); }

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