#3D6C5B

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

Shades of Stromboli #3D6C5B

Tints of Stromboli #3D6C5B

Color information

#3D6C5B (or 0x3D6C5B) is unknown color: approx Stromboli. HEX triplet: 3D, 6C and 5B. RGB value is (61,108,91). Sum of RGB (Red+Green+Blue) = 61+108+91=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 108 (42.58% from 255 or 41.54% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 108 - color contains mainly: green. Hex color #3D6C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6C5B is #C293A4. Grayscale: #5C5C5C. Windows color (decimal): -12751781 or 5991485. OLE color: 5991485.

HSL color Cylindrical-coordinate representation of color #3D6C5B: hue angle of 158.3º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D6C5B is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB6110891-
CMYK0.4400.160.58
HSL158.3º27.81%33.14%-
HSV(B)158.3º43.52%42.35%-
XYZ9.1812.4711.82-
YUV92.01127.43105.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.46%
GREEN value IS 108 (42.58% from 255) = 41.54%
BLUE value IS 91 (35.94% from 255) = 35%
R=23.46%
G=41.54%
B=35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61108910.4400.160.58158.327.8133.14
Hex3D6C5B2C0103A9e1c21
Octal7515413354020722363441
Binary111101110110010110111011000100001110101001111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,108,91); }

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

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

 a { background-color: rgb(61,108,91); }

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

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

 span { border-color: rgb(61,108,91); }

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