#3C6B61

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

Shades of Stromboli #3C6B61

Tints of Stromboli #3C6B61

Color information

#3C6B61 (or 0x3C6B61) is unknown color: approx Stromboli. HEX triplet: 3C, 6B and 61. RGB value is (60,107,97). Sum of RGB (Red+Green+Blue) = 60+107+97=264 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.73% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #3C6B61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6B61 is #C3949E. Grayscale: #5B5B5B. Windows color (decimal): -12817567 or 6384444. OLE color: 6384444.

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

Color convert

RGB6010797-
CMYK0.4400.090.58
HSL167.23º28.14%32.75%-
HSV(B)167.23º43.93%41.96%-
XYZ9.2812.3413.2-
YUV91.81130.93105.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.73%
GREEN value IS 107 (42.19% from 255) = 40.53%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=22.73%
G=40.53%
B=36.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60107970.4400.090.58167.2328.1432.75
Hex3C6B612C093Aa71c21
Octal7415314154011722473441
Binary11110011010111100001101100010011110101010011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,107,97); }

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

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

 a { background-color: rgb(60,107,97); }

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

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

 span { border-color: rgb(60,107,97); }

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