#3D6C5C

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

Shades of Stromboli #3D6C5C

Tints of Stromboli #3D6C5C

Color information

#3D6C5C (or 0x3D6C5C) is unknown color: approx Stromboli. HEX triplet: 3D, 6C and 5C. RGB value is (61,108,92). Sum of RGB (Red+Green+Blue) = 61+108+92=261 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.37% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 108 - color contains mainly: green. Hex color #3D6C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6C5C is #C293A3. Grayscale: #5C5C5C. Windows color (decimal): -12751780 or 6057021. OLE color: 6057021.

HSL color Cylindrical-coordinate representation of color #3D6C5C: hue angle of 159.57º 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 #3D6C5C is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB6110892-
CMYK0.4400.150.58
HSL159.57º27.81%33.14%-
HSV(B)159.57º43.52%42.35%-
XYZ9.2212.4912.05-
YUV92.12127.93105.8-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.37%
GREEN value IS 108 (42.58% from 255) = 41.38%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=23.37%
G=41.38%
B=35.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal61108920.4400.150.58159.5727.8133.14
Hex3D6C5C2C0F3Aa01c21
Octal7515413454017722403441
Binary11110111011001011100101100011111110101010000011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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