#3D6555

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

Shades of Stromboli #3D6555

Tints of Stromboli #3D6555

Color information

#3D6555 (or 0x3D6555) is unknown color: approx Stromboli. HEX triplet: 3D, 65 and 55. RGB value is (61,101,85). Sum of RGB (Red+Green+Blue) = 61+101+85=247 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.70% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 101 - color contains mainly: green. Hex color #3D6555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6555 is #C29AAA. Grayscale: #575757. Windows color (decimal): -12753579 or 5596477. OLE color: 5596477.

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

Color convert

RGB6110185-
CMYK0.4000.160.60
HSL156º24.69%31.76%-
HSV(B)156º39.6%39.61%-
XYZ8.2210.9610.28-
YUV87.22126.75109.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.70%
GREEN value IS 101 (39.84% from 255) = 40.89%
BLUE value IS 85 (33.59% from 255) = 34.41%
R=24.70%
G=40.89%
B=34.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61101850.4000.160.6015624.6931.76
Hex3D6555280103C9c1920
Octal7514512550020742343140
Binary111101110010110101011010000100001111001001110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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