#3D665D

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

Shades of Stromboli #3D665D

Tints of Stromboli #3D665D

Color information

#3D665D (or 0x3D665D) is unknown color: approx Stromboli. HEX triplet: 3D, 66 and 5D. RGB value is (61,102,93). Sum of RGB (Red+Green+Blue) = 61+102+93=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #3D665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D665D is #C299A2. Grayscale: #585858. Windows color (decimal): -12753315 or 6121021. OLE color: 6121021.

HSL color Cylindrical-coordinate representation of color #3D665D: hue angle of 166.83º 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 #3D665D is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB6110293-
CMYK0.4000.090.6
HSL166.83º25.15%31.96%-
HSV(B)166.83º40.2%40%-
XYZ8.6511.2912.08-
YUV88.72130.42108.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.83%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=23.83%
G=39.84%
B=36.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61102930.4000.090.6166.8325.1531.96
Hex3D665D28093Ca71920
Octal7514613550011742473140
Binary11110111001101011101101000010011111001010011111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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