#3D655C

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

Shades of Stromboli #3D655C

Tints of Stromboli #3D655C

Color information

#3D655C (or 0x3D655C) is unknown color: approx Stromboli. HEX triplet: 3D, 65 and 5C. RGB value is (61,101,92). Sum of RGB (Red+Green+Blue) = 61+101+92=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #3D655C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D655C is #C29AA3. Grayscale: #585858. Windows color (decimal): -12753572 or 6055229. OLE color: 6055229.

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

Color convert

RGB6110192-
CMYK0.4000.090.60
HSL166.5º24.69%31.76%-
HSV(B)166.5º39.6%39.61%-
XYZ8.5111.0711.81-
YUV88.01130.25108.73-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.02%
GREEN value IS 101 (39.84% from 255) = 39.76%
BLUE value IS 92 (36.33% from 255) = 36.22%
R=24.02%
G=39.76%
B=36.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61101920.4000.090.60166.524.6931.76
Hex3D655C28093Ca61920
Octal7514513450011742463140
Binary11110111001011011100101000010011111001010011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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