#3D685A

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

Shades of Stromboli #3D685A

Tints of Stromboli #3D685A

Color information

#3D685A (or 0x3D685A) is unknown color: approx Stromboli. HEX triplet: 3D, 68 and 5A. RGB value is (61,104,90). Sum of RGB (Red+Green+Blue) = 61+104+90=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #3D685A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D685A is #C297A5. Grayscale: #595959. Windows color (decimal): -12752806 or 5924925. OLE color: 5924925.

HSL color Cylindrical-coordinate representation of color #3D685A: hue angle of 160.47º 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 #3D685A is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.59.

Color convert

RGB6110490-
CMYK0.4100.130.59
HSL160.47º26.06%32.35%-
HSV(B)160.47º41.35%40.78%-
XYZ8.7211.6311.46-
YUV89.55128.25107.64-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.92%
GREEN value IS 104 (41.02% from 255) = 40.78%
BLUE value IS 90 (35.55% from 255) = 35.29%
R=23.92%
G=40.78%
B=35.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal61104900.4100.130.59160.4726.0632.35
Hex3D685A290D3Ba01a20
Octal7515013251015732403240
Binary11110111010001011010101001011011110111010000011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D685A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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