#3C6A56

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

Shades of Stromboli #3C6A56

Tints of Stromboli #3C6A56

Color information

#3C6A56 (or 0x3C6A56) is unknown color: approx Stromboli. HEX triplet: 3C, 6A and 56. RGB value is (60,106,86). Sum of RGB (Red+Green+Blue) = 60+106+86=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 86 (33.98% from 255 or 34.13% from 252); Max value from RGB is 106 - color contains mainly: green. Hex color #3C6A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6A56 is #C395A9. Grayscale: #5A5A5A. Windows color (decimal): -12817834 or 5663292. OLE color: 5663292.

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

Color convert

RGB6010686-
CMYK0.4300.190.58
HSL153.91º27.71%32.55%-
HSV(B)153.91º43.4%41.57%-
XYZ8.711.9410.65-
YUV89.97125.76106.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.81%
GREEN value IS 106 (41.80% from 255) = 42.06%
BLUE value IS 86 (33.98% from 255) = 34.13%
R=23.81%
G=42.06%
B=34.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60106860.4300.190.58153.9127.7132.55
Hex3C6A562B0133A9a1c21
Octal7415212653023722323441
Binary111100110101010101101010110100111110101001101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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