#3C6D5C

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

Shades of Stromboli #3C6D5C

Tints of Stromboli #3C6D5C

Color information

#3C6D5C (or 0x3C6D5C) is unknown color: approx Stromboli. HEX triplet: 3C, 6D and 5C. RGB value is (60,109,92). Sum of RGB (Red+Green+Blue) = 60+109+92=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 109 - color contains mainly: green. Hex color #3C6D5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6D5C is #C392A3. Grayscale: #5C5C5C. Windows color (decimal): -12817060 or 6057276. OLE color: 6057276.

HSL color Cylindrical-coordinate representation of color #3C6D5C: hue angle of 159.18º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C6D5C is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB6010992-
CMYK0.4500.160.57
HSL159.18º28.99%33.14%-
HSV(B)159.18º44.95%42.75%-
XYZ9.2612.6712.08-
YUV92.41127.77104.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.99%
GREEN value IS 109 (42.97% from 255) = 41.76%
BLUE value IS 92 (36.33% from 255) = 35.25%
R=22.99%
G=41.76%
B=35.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60109920.4500.160.57159.1828.9933.14
Hex3C6D5C2D010399f1d21
Octal7415513455020712373541
Binary111100110110110111001011010100001110011001111111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,109,92); }

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

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

 a { background-color: rgb(60,109,92); }

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

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

 span { border-color: rgb(60,109,92); }

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