#3C6A60

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

Shades of Stromboli #3C6A60

Tints of Stromboli #3C6A60

Color information

#3C6A60 (or 0x3C6A60) is unknown color: approx Stromboli. HEX triplet: 3C, 6A and 60. RGB value is (60,106,96). Sum of RGB (Red+Green+Blue) = 60+106+96=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 106 - color contains mainly: green. Hex color #3C6A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6A60 is #C3959F. Grayscale: #5B5B5B. Windows color (decimal): -12817824 or 6318652. OLE color: 6318652.

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

Color convert

RGB6010696-
CMYK0.4300.090.58
HSL166.96º27.71%32.55%-
HSV(B)166.96º43.4%41.57%-
XYZ9.1312.1112.92-
YUV91.11130.76105.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.90%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 96 (37.89% from 255) = 36.64%
R=22.90%
G=40.46%
B=36.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60106960.4300.090.58166.9627.7132.55
Hex3C6A602B093Aa71c21
Octal7415214053011722473441
Binary11110011010101100000101011010011110101010011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,106,96); }

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

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

 a { background-color: rgb(60,106,96); }

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

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

 span { border-color: rgb(60,106,96); }

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