#3C6656

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

Shades of Stromboli #3C6656

Tints of Stromboli #3C6656

Color information

#3C6656 (or 0x3C6656) is unknown color: approx Stromboli. HEX triplet: 3C, 66 and 56. RGB value is (60,102,86). Sum of RGB (Red+Green+Blue) = 60+102+86=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 86 (33.98% from 255 or 34.68% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #3C6656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6656 is #C399A9. Grayscale: #575757. Windows color (decimal): -12818858 or 5662268. OLE color: 5662268.

HSL color Cylindrical-coordinate representation of color #3C6656: hue angle of 157.14º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3C6656 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB6010286-
CMYK0.4100.160.6
HSL157.14º25.93%31.76%-
HSV(B)157.14º41.18%40%-
XYZ8.2911.1410.52-
YUV87.62127.09108.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.19%
GREEN value IS 102 (40.23% from 255) = 41.13%
BLUE value IS 86 (33.98% from 255) = 34.68%
R=24.19%
G=41.13%
B=34.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal60102860.4100.160.6157.1425.9331.76
Hex3C6656290103C9d1a20
Octal7414612651020742353240
Binary111100110011010101101010010100001111001001110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,102,86); }

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

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

 a { background-color: rgb(60,102,86); }

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

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

 span { border-color: rgb(60,102,86); }

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