#3D665F

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

Shades of Stromboli #3D665F

Tints of Stromboli #3D665F

Color information

#3D665F (or 0x3D665F) is unknown color: approx Stromboli. HEX triplet: 3D, 66 and 5F. RGB value is (61,102,95). Sum of RGB (Red+Green+Blue) = 61+102+95=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 102 (40.23% from 255 or 39.53% from 258); Blue value is 95 (37.5% from 255 or 36.82% from 258); Max value from RGB is 102 - color contains mainly: green. Hex color #3D665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D665F is #C299A0. Grayscale: #585858. Windows color (decimal): -12753313 or 6252093. OLE color: 6252093.

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

Color convert

RGB6110295-
CMYK0.4000.070.6
HSL169.76º25.15%31.96%-
HSV(B)169.76º40.2%40%-
XYZ8.7411.3212.55-
YUV88.94131.42108.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.64%
GREEN value IS 102 (40.23% from 255) = 39.53%
BLUE value IS 95 (37.5% from 255) = 36.82%
R=23.64%
G=39.53%
B=36.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal61102950.4000.070.6169.7625.1531.96
Hex3D665F28073Caa1920
Octal751461375007742523140
Binary1111011100110101111110100001111111001010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D665F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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