#3C745E

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

Shades of Stromboli #3C745E

Tints of Stromboli #3C745E

Color information

#3C745E (or 0x3C745E) is unknown color: approx Stromboli. HEX triplet: 3C, 74 and 5E. RGB value is (60,116,94). Sum of RGB (Red+Green+Blue) = 60+116+94=270 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.22% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 94 (37.11% from 255 or 34.81% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #3C745E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C745E is #C38BA1. Grayscale: #606060. Windows color (decimal): -12815266 or 6190140. OLE color: 6190140.

HSL color Cylindrical-coordinate representation of color #3C745E: hue angle of 156.43º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C745E is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB6011694-
CMYK0.4800.190.55
HSL156.43º31.82%34.51%-
HSV(B)156.43º48.28%45.49%-
XYZ10.1314.2612.81-
YUV96.75126.45101.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.22%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 94 (37.11% from 255) = 34.81%
R=22.22%
G=42.96%
B=34.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60116940.4800.190.55156.4331.8234.51
Hex3C745E30013379c2023
Octal7416413660023672344043
Binary1111001110100101111011000001001111011110011100100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,116,94); }

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

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

 a { background-color: rgb(60,116,94); }

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

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

 span { border-color: rgb(60,116,94); }

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