#3D655D

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

Shades of Stromboli #3D655D

Tints of Stromboli #3D655D

Color information

#3D655D (or 0x3D655D) is unknown color: approx Stromboli. HEX triplet: 3D, 65 and 5D. RGB value is (61,101,93). Sum of RGB (Red+Green+Blue) = 61+101+93=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 101 (39.84% from 255 or 39.61% from 255); Blue value is 93 (36.72% from 255 or 36.47% from 255); Max value from RGB is 101 - color contains mainly: green. Hex color #3D655D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D655D is #C29AA2. Grayscale: #585858. Windows color (decimal): -12753571 or 6120765. OLE color: 6120765.

HSL color Cylindrical-coordinate representation of color #3D655D: hue angle of 168º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D655D is Cyan = 0.40, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB6110193-
CMYK0.4000.080.60
HSL168º24.69%31.76%-
HSV(B)168º39.6%39.61%-
XYZ8.5511.0912.05-
YUV88.13130.75108.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.92%
GREEN value IS 101 (39.84% from 255) = 39.61%
BLUE value IS 93 (36.72% from 255) = 36.47%
R=23.92%
G=39.61%
B=36.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61101930.4000.080.6016824.6931.76
Hex3D655D28083Ca81920
Octal7514513550010742503140
Binary11110111001011011101101000010001111001010100011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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